{
    "name": "paypal/merchant-sdk-php-sample",
    "description": "Sample app for PayPal's Merchant SDK",
    "keywords": ["paypal", "php", "sdk"],
    "homepage": "https://developer.paypal.com",
    "license": "Apache2",
    "authors": [
        {
            "name": "PayPal",
            "homepage": "https://github.com/paypal/merchant-sdk-php/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-curl": "*",
        "paypal/merchant-sdk-php":"3.*",
        "paypal/permissions-sdk-php":"3.*"
    },
    "scripts": {
        "post-update-cmd": [
            "rm -Rf AccountAuthentication",
            "rm -Rf AdminCalls",
            "rm -Rf BillingAgreements",
            "rm -Rf Common",
            "rm -Rf DirectPayment",
            "rm -Rf ExpressCheckout",
            "rm -Rf IPN",
            "rm -Rf MassPay",
            "rm -Rf PaymentSettlements",
            "rm -Rf Permissions",
            "rm -Rf RecurringPayments",
            "rm -Rf vendor/paypal/merchant-sdk-php/samples",
            "rm -Rf vendor/paypal/permissions-sdk-php/samples",
            "rm -Rf vendor/paypal/sdk-core-php/tests"
        ],
        "post-install-cmd": [
            "rm -Rf AccountAuthentication",
            "rm -Rf AdminCalls",
            "rm -Rf BillingAgreements",
            "rm -Rf Common",
            "rm -Rf DirectPayment",
            "rm -Rf ExpressCheckout",
            "rm -Rf IPN",
            "rm -Rf MassPay",
            "rm -Rf PaymentSettlements",
            "rm -Rf Permissions",
            "rm -Rf RecurringPayments",
            "rm -Rf vendor/paypal/merchant-sdk-php/samples",
            "rm -Rf vendor/paypal/permissions-sdk-php/samples",
            "rm -Rf vendor/paypal/sdk-core-php/tests"
        ]
    }
}
