{
    "name": "ahkmunna/paypalpayment",
    "description": "laravel-paypalpayment is simple package help you process direct credit card payments, stored credit card payments and PayPal account payments with your L4 projects using paypal REST API SDK.",
    "license": "BSD-2-Clause",
    "authors": [
        {
            "name": "Munna Khan",
            "email": "bd.munna@hotmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-curl": "*",
        "ext-json": "*",
        "paypal/rest-api-sdk-php": "1.13.0"
    },
    "require-dev":{
        "phpspec/phpspec": "~2.0"
    },
    "autoload": {
        "psr-0": {
            "Anouar\\Paypalpayment": "src/"
        }
    },
    "minimum-stability": "dev"
}
