62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "bitpay/php-client",
|
|
"description": "PHP Library to work with the new Bitpay API",
|
|
"license": "MIT",
|
|
"minimum-stability": "stable",
|
|
"keywords": ["bitpay", "bitcoin"],
|
|
"homepage": "https://github.com/bitpay/php-bitpay-client",
|
|
"support": {
|
|
"email": "support+php@bitpay.com",
|
|
"issues": "https://github.com/bitpay/php-bitpay-client/issues",
|
|
"wiki": "http://php-bitpay-client.readthedocs.org/",
|
|
"source": "https://github.com/bitpay/php-bitpay-client/"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "BitPay Inc Ecommerce Development Team",
|
|
"homepage": "https://bitpay.com",
|
|
"role": "Software Engineer"
|
|
},
|
|
{
|
|
"name": "Community Contributors",
|
|
"homepage": "https://github.com/bitpay/php-bitpay-client/graphs/contributors"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"ext-mcrypt": "*",
|
|
"symfony/config": "~2.3",
|
|
"symfony/dependency-injection": "~2.3"
|
|
},
|
|
"require-dev": {
|
|
"behat/mink": "1.6.*@stable",
|
|
"behat/mink-selenium2-driver": "~1.1",
|
|
"phpmd/phpmd": "~2.1.3",
|
|
"phpunit/phpunit": "~4.3.1",
|
|
"fzaninotto/faker": "~1.4.0",
|
|
"mikey179/vfsStream": "~1.4.0",
|
|
"squizlabs/php_codesniffer": "~1.5.5",
|
|
"satooshi/php-coveralls": "~0.6.1"
|
|
},
|
|
"suggest": {
|
|
"ext-gmp": "Quickest PHP math library for doing Elliptic Curve calculations.",
|
|
"ext-bcmath": "PHP math library for doing Elliptic Curve calculations.",
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
}
|
|
}
|