forked from magepal/magento2-custom-shipping-rate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.56 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "magepal/magento2-customshippingrate",
"description":"Set your own Custom Shipping rates for admin order or create predefined shipping methods for frontend customers",
"keywords": [
"magento 2",
"magento2",
"shipping",
"magento2 how to create custom shipping method",
"magento2 shipping module",
"magento2 shipping extension",
"custom shipping module",
"shipping rates",
"shipping extension",
"shipping method",
"custom shipping",
"magento 2 free shipping extension",
"magento shipping",
"free shipping"
],
"type": "magento2-module",
"version": "1.7.0",
"license": [
"proprietary"
],
"homepage": "http://www.magepal.com/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/magepal/magento2-custom-shipping-rate/issues/"
},
"authors": [
{
"name": "Renon Stewart",
"email": "[email protected]",
"homepage": "http://www.magepal.com/",
"role": "Leader"
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
"magepal/magento2-core": ">=1.1.10"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MagePal\\CustomShippingRate\\": ""
}
}
}