Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/braintree/braintree_php/
Upload File :
Current File : /var/www/storage/vendor/braintree/braintree_php/composer.json

{
    "name": "braintree/braintree_php",
    "type": "library",
    "description": "Braintree PHP Client Library",
    "license": "MIT",
    "authors": [
        {
            "name": "Braintree",
            "homepage": "http://www.braintreepayments.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "ext-curl": "*",
        "ext-dom": "*",
        "ext-hash": "*",
        "ext-openssl": "*",
        "ext-xmlwriter": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "psr-0": {
            "Braintree": "lib"
        }
    }
}