52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "btcpayserver/btcpayserver-php-client",
|
|
"description": "PHP Library to work with the new cryptographically secure BTCPayServer API",
|
|
"license": "MIT",
|
|
"minimum-stability": "stable",
|
|
"keywords": ["btcpayserver", "bitcoin"],
|
|
"homepage": "https://github.com/btcpayserver/btcpayserver-php-client",
|
|
"support": {
|
|
"issues": "https://github.com/btcpayserver/btcpayserver-php-client/issues",
|
|
"source": "https://github.com/btcpayserver/btcpayserver-php-client"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "BTCPayServer Developer Community",
|
|
"homepage": "https://github.com/btcpayserver"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-bcmath": "*",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "2.5.*@stable",
|
|
"behat/mink": "1.6.1",
|
|
"behat/mink-extension": "1.3.*",
|
|
"behat/mink-selenium2-driver": "1.2.0",
|
|
"fabpot/goutte": "~1.0.4",
|
|
"behat/mink-goutte-driver": "1.*",
|
|
"phpmd/phpmd": "~2.1.3",
|
|
"phpunit/phpunit": "~4.8.35",
|
|
"fzaninotto/faker": "~1.4.0",
|
|
"mikey179/vfsstream": "~1.4.0",
|
|
"squizlabs/php_codesniffer": "~1.5.5",
|
|
"satooshi/php-coveralls": "~0.6.1",
|
|
"symfony/phpunit-bridge": "^4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-gmp": "Quickest PHP math extension for doing computationally-expensive work."
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
}
|
|
}
|