{
    "name": "netshell/paypal",
    "description": "Laravel-Paypal is simple package help you process direct credit card payments, stored credit card payments and PayPal account payments with your Laravel 5 projects using paypal REST API SDK.",
    "license": "BSD-2-Clause",
    "authors": [
        {
            "name": "Boyan Balkanski",
            "email": "balkanski@outlook.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": "~5.0",
        "ext-curl": "*",
        "ext-json": "*",
        "paypal/rest-api-sdk-php": "1.6.4"
    },
    "require-dev":{
        "phpspec/phpspec": "~2.0"
    },
    "autoload": {
        "psr-0": {
            "Netshell\\Paypal": "src/"
        }
    },
    "minimum-stability": "dev"
}
