27 lines
662 B
JSON
27 lines
662 B
JSON
|
|
{
|
||
|
|
"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\\": ""
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|