File "composer.json"
Full Path: /home/cananyalcin/public_html/core/lib/coinbase/composer.json
File size: 730 bytes
MIME-type: text/plain
Charset: utf-8
{
"name": "coinbase/coinbase",
"description": "Coinbase API library",
"keywords": [ "bitcoin", "coinbase" ],
"homepage": "http://coinbase.com",
"type": "library",
"license": "Apache-2.0",
"autoload": {
"psr-4": { "Coinbase\\Wallet\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Coinbase\\Wallet\\Tests\\": "tests/" }
},
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.7"
},
"config": {
"bin-dir": "bin/"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}