Skip to content

Commit

Permalink
Add composer release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthierm committed Jan 4, 2016
1 parent 628a9aa commit 4099360
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions composer.json
@@ -0,0 +1,37 @@
{
"name": "pear/payment_paypal_soap",
"description": "Provides an easy-to-use wrapper of PHP 5's SOAP client for use with the PayPal SOAP API.",
"type": "library",
"keywords": [
"paypal",
"soap"
],
"homepage": "https://github.com/pear/Payment_PayPal_SOAP",
"license": "MIT",
"authors": [
{
"name": "Michael Gauthier",
"email": "mike@silverorange.com"
}
],
"require": {
"php": ">=5.1.0,!=5.2.2,!=5.2.3,!=5.2.4,!=5.2.5,!=5.2.6",
"ext-soap": "*",
"pear/pear_exception": "*"
},
"autoload": {
"psr-0": {
"Payment": "./"
}
},
"include-path": [
"./"
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Payment_PayPal_SOAP",
"source": "https://github.com/pear/Payment_PayPal_SOAP"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}

0 comments on commit 4099360

Please sign in to comment.