forked from Stockbase-Connect/magento2-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 911 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
{
"name": "stockbase/magento2-module",
"description": "A Magento 2 module for Stockbase",
"type": "magento2-module",
"license": "MIT",
"require": {
"php": "^7.0",
"magento/framework": "~100.0.0|~100.1.0",
"magento/module-catalog-inventory": "~100.0.0|~100.1.0",
"dividebv/phpdivideiq": "^0.5.0",
"beberlei/assert": "^2.4"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Stockbase\\Integration\\": ""
}
},
"require-dev": {
"phpunit/phpunit": "*",
"phpro/grumphp": "^0.11.5",
"magento-ecg/coding-standard": "^2.0",
"squizlabs/php_codesniffer": "~2.6",
"escapestudios/symfony2-coding-standard": "~2.0",
"magento/zendframework1": "1.12.10",
"bookdown/bookdown": "~1.0",
"tobiju/bookdown-bootswatch-templates": "^1.1"
}
}