| Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/brandung/cash-on-delivery-fee/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/vendor/brandung/cash-on-delivery-fee/composer.json |
{
"name": "brandung/cash-on-delivery-fee",
"description": "Adds a fee for cash on delivery payment method",
"require": {
"php": "^7.0.0|^8.0.0",
"magento/module-payment": "^100.1.5",
"magento/module-offline-payments": "^100.1.2",
"magento/module-store": "^100.1.5|^101.0.0",
"magento/module-quote": "^100.1.4|^101.0.0"
},
"type": "magento2-module",
"license": "MIT",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Brandung\\CashOnDeliveryFee\\": ""
}
}
}