27 lines
659 B
JSON
Executable file
27 lines
659 B
JSON
Executable file
{
|
|
"name": "paypal/rest-api-sdk-php",
|
|
"description": "PayPal's PHP SDK for REST APIs",
|
|
"keywords": ["paypal", "payments", "rest", "sdk"],
|
|
"type": "library",
|
|
"license": "Apache2",
|
|
"homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
|
|
"authors": [
|
|
{
|
|
"name": "PayPal",
|
|
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PayPal": "lib/"
|
|
}
|
|
}
|
|
}
|