27 lines
494 B
JSON
27 lines
494 B
JSON
{
|
|
"name": "storefront/magento2-btcpay-module",
|
|
"description": "",
|
|
"type": "magento2-module",
|
|
"license": "mit",
|
|
"version": "1.0.2",
|
|
"authors": [
|
|
{
|
|
"email": "wouter.samaey@storefront.be",
|
|
"name": "Wouter Samaey"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": "^7.1.0",
|
|
"btcpayserver/btcpayserver-php-client": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"registration.php"
|
|
],
|
|
"psr-4": {
|
|
"Storefront\\BTCPay\\": ""
|
|
}
|
|
}
|
|
}
|