diff --git a/composer.json b/composer.json index 97e4935..bed01a0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "netshell/paypal", + "name": "mehedi-iitdu/laravel-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": [ @@ -9,18 +9,20 @@ } ], "require": { - "php": ">=5.3.0", - "illuminate/support": "~5.0", - "ext-curl": "*", - "ext-json": "*", - "paypal/rest-api-sdk-php": "1.13.0" + "php": "^5.4.0|^7.0", + "illuminate/support": "6.*", + "guzzlehttp/guzzle": "5.*|6.*", + "paypal/rest-api-sdk-php": "dev-master" }, - "require-dev":{ - "phpspec/phpspec": "~2.0" + "require-dev": { + "phpunit/phpunit" : "4.*", + "scrutinizer/ocular": "~1.1", + "satooshi/php-coveralls": "^0.7.0", + "mockery/mockery": ">=0.7.2" }, "autoload": { - "psr-0": { - "Netshell\\Paypal": "src/" + "psr-4": { + "Netshell\\Paypal\\": "src/" } }, "minimum-stability": "dev"