-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (38 loc) · 1.15 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
{
"name": "heimrichhannot/contao-news_plus",
"description":"A collection of enhancements for the contao news module.",
"keywords":["contao", "news", "filter", "modal"],
"type": "contao-module",
"homepage":"https://github.com/heimrichhannot/contao-news_plus",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Heimrich & Hannot",
"email":"[email protected]",
"homepage":"http://www.heimrich-hannot.de",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/heimrichhannot/contao-news_plus/issues"
},
"require": {
"php": "^7.0 || ^8.0",
"contao/core-bundle": "^4.13",
"contao-community-alliance/composer-plugin": "^3.0",
"codefog/contao-news_categories": "^3.0",
"heimrichhannot/contao-haste_plus": "^1.6.52",
"heimrichhannot/contao-be_explanation-bundle": "^2.4",
"hschottm/tags": "^4.0"
},
"autoload": {
"classmap": [""]
},
"extra": {
"contao": {
"sources": {
"": "system/modules/news_plus"
}
}
}
}