forked from developersalliance/module-table-rates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 802 Bytes
/
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
{
"name": "developersalliance/module-table-rates",
"version": "1.0.4",
"description": "This module allows administrators to manage and view shipping table rates from the admin UI.",
"type": "magento2-module",
"require": {
"magento/framework": "*",
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
"magento/module-shipping": "*",
"magento/module-offline-shipping": "*",
"magento/module-ui": "*",
"magento/module-customer": "*",
"magento/module-sales": "*",
"magento/module-config": "*",
"developersalliance/module-base": "*"
},
"license": [
"MIT"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"DevAll\\TableRates\\": ""
}
}
}