forked from LiveCarta/PayPal-PHP-SDK
Initial commit
This commit is contained in:
21
composer.json
Normal file
21
composer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "paypal/rest-api-sdk-php",
|
||||
"description": "PayPal's PHP SDK for REST APIs",
|
||||
"keywords": ["paypal", "payments", "rest", "sdk"],
|
||||
"type": "library",
|
||||
"homepage": "https://github.com/paypal/rest-api-sdk-php",
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"paypal/sdk-core-php": "1.2.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"PayPal": "lib/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user