-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
36 lines (36 loc) · 1.03 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "magevision/module-free-shipping-admin",
"description": "Free Shipping Admin Extension for Magento 2",
"keywords": ["Magento 2", "Free Shipping", "Shipping Method", "Admin Shipping"],
"require": {
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "103.0.*",
"magento/module-backend": "102.0.*",
"magento/module-config": "101.2.*",
"magento/module-quote": "101.2.*",
"magento/module-shipping": "100.4.*",
"magento/module-store": "101.1.*"
},
"type": "magento2-module",
"version": "2.4.4",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"MageVision\\FreeShippingAdmin\\": ""
}
},
"authors": [
{
"name": "MageVision Team",
"homepage": "https://www.magevision.com/",
"email": "info@magevision.com"
}
],
"support": {
"email": "support@magevision.com"
}
}