forked from pdir/mae_event_categories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.06 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
{
"name": "pdir/mae_event_categories",
"type": "contao-module",
"description": "this plugin allows the definition of additional categories for filtering events in eventlist frontend modules",
"license": "LGPL-3.0+",
"keywords": ["contao", "extension", "event", "categories", "category", "filter", "eventlist"],
"homepage": "http://www.martin-eberhardt.com/mae_event_categories.html",
"authors":[
{
"name":"Martin Eberhardt",
"homepage":"http://www.martin-eberhardt.com",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/marebe1602/mae_event_categories/issues",
"source":"https://github.com/marebe1602/mae_event_categories"
},
"require":{
"php":">=5.3",
"contao/core-bundle":"^3.0.6|^4.0",
"contao-community-alliance/composer-plugin":"^2.4|^3.0"
},
"replace":{
"contao-legacy/mae_event_categories":"self.version"
},
"extra":{
"contao":{
"sources":{
"":"system/modules/mae_event_categories"
}
}
}
}