-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
52 lines (51 loc) · 1.29 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
45
46
47
48
49
50
51
{
"name": "heimrichhannot/contao-calendar_plus",
"description": "A collection of enhancements for the contao calendar module.",
"keywords": [
"contao",
"calendar",
"events",
"filter",
"modal",
"subevents"
],
"type": "contao-module",
"homepage": "https://github.com/heimrichhannot/contao-calendar_plus",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Heimrich & Hannot",
"email": "[email protected]",
"homepage": "http://www.heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-calendar_plus/issues"
},
"require": {
"php": "^7.1 || ^8.0",
"contao/core-bundle": "^4.4",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"heimrichhannot/contao-formhybrid": "^3.0",
"heimrichhannot/contao-member_plus": "^2.0",
"heimrichhannot/contao-modal": "^1.2.5",
"heimrichhannot/contao-haste_plus": "^1.6",
"heimrichhannot-contao-components/jscroll": "^2.3"
},
"suggest": {
"heimrichhannot/contao-search_plus": "Allows updating the search index"
},
"autoload": {
"classmap": [
"classes/"
]
},
"extra": {
"contao": {
"sources": {
"": "system/modules/calendar_plus"
}
}
}
}