Files
module-free-shipping-message/composer.json

27 lines
662 B
JSON
Raw Permalink Normal View History

2025-11-20 12:22:50 -05:00
{
"name": "shopkeeper/module-free-shipping-message",
"description": "Magento 2 module to display free shipping messages on product pages",
"type": "magento2-module",
"version": "1.0.0",
"license": "proprietary",
"authors": [
{
"name": "Shopkeeper",
"email": "dev@shopkeeper.dev"
}
],
"require": {
"php": "~7.4.0|~8.1.0|~8.2.0|~8.3.0",
"magento/framework": "*",
"magento/module-catalog": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Shopkeeper\\FreeShippingMessage\\": ""
}
}
}