-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (44 loc) · 1.04 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": "eadesignro/awb",
"description": "AWB module who manages parcel dispatches",
"type": "magento2-module",
"version": "1.1.13",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eadesigndev\\Awb\\": ""
}
},
"license": "AL-2.0",
"authors": [
{
"name": "EAdesign By Eco Active SRL",
"email": "[email protected]",
"homepage": "https://www.eadesign.ro",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"php": "~7.1.3|~7.2.0|~7.3.0",
"magento/module-backend": "101.0.*",
"magento/module-sales": "102.0.*",
"magento/framework": "102.0.*",
"eadesignro/module-eacore": "^0.2.10"
},
"require-dev": {
"phpunit/phpunit": "~6.2.0",
"squizlabs/php_codesniffer": "3.2.2",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "2.5.2",
"friendsofphp/php-cs-fixer": "~2.2.1",
"lusitanian/oauth": "~0.8.10",
"sebastian/phpcpd": "2.0.4"
},
"minimum-stability": "dev",
"prefer-stable": true
}