-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.json
42 lines (41 loc) · 978 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "eadesignro/module-warehouses",
"description": "Magento 2 EaDesign Warehouses Store View Inventory",
"type": "magento2-module",
"version": "1.0.1",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eadesigndev\\Warehouses\\": ""
}
},
"license": [
"AL-2.0"
],
"authors": [
{
"name": "EaDesign",
"email": "[email protected]",
"homepage": "https://www.eadesign.ro/",
"role": "Developer"
}
],
"require": {
"php": "~5.6.0|~7.0.0",
"magento/module-backend": "~100.1.0",
"magento/module-sales": "~100.1.0",
"magento/framework": "100.1.*",
"magento/module-ui": "100.1.*",
"magento/module-catalog-inventory": "100.1.*",
"magento/module-store": "100.1.*",
"magento/module-catalog": "101.0.*",
"eadesignro/module-eacore": "^0.0.2"
},
"require-dev": {
"phpunit/phpunit": "^4.5"
},
"minimum-stability": "dev",
"prefer-stable": true
}