-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
32 lines (32 loc) · 918 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
{
"name": "stockbase/magento2-module",
"description": "A Magento 2 module for Stockbase",
"type": "magento2-module",
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"magento/module-catalog-inventory": "^100.0.0",
"dividebv/phpdivideiq": "^0.6.0",
"webmozart/assert": "^1.0"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Stockbase\\Integration\\": ""
}
},
"require-dev": {
"phpunit/phpunit": "<6.3.0",
"phpro/grumphp": "^0.11.5",
"magento-ecg/coding-standard": "^2.0",
"squizlabs/php_codesniffer": "^2.6",
"escapestudios/symfony2-coding-standard": "^2.0",
"bookdown/bookdown": "~1.0",
"tobiju/bookdown-bootswatch-templates": "^1.1"
}
}