Add composer.json
This commit is contained in:
26
composer.json
Normal file
26
composer.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"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\\": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user