-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
composer.json
52 lines (52 loc) · 1.46 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.8.2",
"license": [
"proprietary"
],
"homepage": "https://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": "https://www.magepal.com/",
"role": "Leader"
}
],
"require": {
"php": "~8.1.0|~8.2.0|~8.3.0",
"magento/module-backend": "102.0.*",
"magento/framework": "103.0.*",
"magepal/magento2-core": ">=1.1.10"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MagePal\\CustomShippingRate\\": ""
}
}
}