/home/edulekha/crm.edulekha.com/application/vendor/omnipay/braintree/composer.json
{
"name": "omnipay/braintree",
"type": "library",
"description": "Braintree gateway for Omnipay payment processing library",
"keywords": [
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"braintree",
"purchase"
],
"homepage": "https://github.com/thephpleague/omnipay-braintree",
"license": "MIT",
"authors": [
{
"name": "Kayla Daniels",
"email": "kayladnls@gmail.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
},
{
"name": "Omnipay Contributors",
"homepage": "https://github.com/thephpleague/omnipay-braintree/contributors"
}
],
"autoload": {
"psr-4": { "Omnipay\\Braintree\\" : "src/" }
},
"require": {
"omnipay/common": "^3",
"braintree/braintree_php": "^5.0"
},
"require-dev": {
"omnipay/tests": "^3"
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
}
}