-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (44 loc) · 1.11 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
{
"name": "oxl/delivery",
"description": " 'Deliver With Econt' implementation model",
"config": {
"sort-packages": true
},
"require": {
"php": "~7.3||~7.4",
"magento/framework": "102.0.*|103.0.*",
"magento/module-backend": "102.0.*",
"magento/module-catalog": "104.0.*",
"magento/module-config": "101.2.*",
"magento/module-directory": "100.4.*",
"magento/module-quote": "101.2.*",
"magento/module-sales": "*",
"magento/module-sales-rule": "*",
"magento/module-shipping": "100.4.*",
"magento/module-store": "101.1.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Bogomil Krustev",
"email": "[email protected]"
},
{
"name" : "Martin Kovachev",
"email" : "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Oxl\\Delivery\\": ""
}
}
}