forked from LiveCarta/PayPal-PHP-SDK
Adding license to composer.json
This commit is contained in:
@@ -3,7 +3,14 @@
|
|||||||
"description": "PayPal's PHP SDK for REST APIs",
|
"description": "PayPal's PHP SDK for REST APIs",
|
||||||
"keywords": ["paypal", "payments", "rest", "sdk"],
|
"keywords": ["paypal", "payments", "rest", "sdk"],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"license": "Apache2",
|
||||||
"homepage": "https://github.com/paypal/rest-api-sdk-php",
|
"homepage": "https://github.com/paypal/rest-api-sdk-php",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "PayPal",
|
||||||
|
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
|||||||
Reference in New Issue
Block a user