forked from Web-Ex-Machina/contao-planning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.26 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
{
"name": "webexmachina/contao-planning",
"description": "Planning for Contao Open Source CMS",
"keywords": ["planning", "schedule", "calendar", "webexmachina", "module", "contao"],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Web ex Machina",
"homepage": "https://www.webexmachina.fr",
"role":"Developer"
}
],
"support":{
"website":"https://www.webexmachina.fr/",
"issues":"https://github.com/webexmachina/contao-planning/issues",
"source":"https://github.com/webexmachina/contao-planning"
},
"require": {
"php": ">=5.5",
"contao/core-bundle": "~3.2 || ~4.1",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"terminal42/dcawizard": "^2.4",
"terminal42/notification_center": "^1.4"
},
"autoload":{
"psr-0": {
"WEM\\": [
"library/"
]
},
"classmap": [""]
},
"extra": {
"contao": {
"sources": {
"": "system/modules/wem-contao-planning"
},
"runonce": [
"system/modules/wem-contao-planning/config/runonce.php"
]
}
}
}