magento2-plugin/composer.json
2019-12-16 12:19:40 +01:00

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\\": ""
}
}
}