forked from richardhj/contao-isotope_simple_stockmanagement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.18 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
{
"name": "richardhj/contao-isotope_simple_stockmanagement",
"type": "contao-module",
"description": "Simple stock management for Isotope eCommerce",
"keywords": [
"contao",
"isotope",
"stock management",
"stockmanagement"
],
"license": "LGPL-3.0+",
"authors": [
{
"name": "Richard Henkenjohann",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/richardhj/contao-isotope_simple_stockmanagement/issues",
"source": "https://github.com/richardhj/contao-isotope_simple_stockmanagement"
},
"require": {
"php": "^5.5 || ^7.0",
"contao/core-bundle": "^3.2 || ^4.1",
"isotope/isotope-core": "^2.3",
"menatwork/contao-multicolumnwizard": "^3.0",
"terminal42/dcawizard": "^2.3.5"
},
"autoload": {
"psr-4": {
"Richardhj\\Isotope\\SimpleStockManagement\\": "src/"
}
},
"extra": {
"contao": {
"sources": {
"module": "system/modules/isotope_simple_stockmanagement"
}
}
}
}