Adding license to composer.json

This commit is contained in:
aydiv
2013-03-08 07:41:59 +05:30
parent 69cb3c4dcb
commit 9e09f7bff5

View File

@@ -3,7 +3,14 @@
"description": "PayPal's PHP SDK for REST APIs",
"keywords": ["paypal", "payments", "rest", "sdk"],
"type": "library",
"license": "Apache2",
"homepage": "https://github.com/paypal/rest-api-sdk-php",
"authors": [
{
"name": "PayPal",
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*",