-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.27 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-banner-plus-bundle",
"description":"Improvements to BugBuster/Banner module.",
"keywords":["contao", "banner", "pagefilter"],
"type": "contao-bundle",
"homepage":"https://github.com/heimrichhannot/contao-banner_plus",
"license":"LGPL-3.0-or-later",
"authors":[
{
"name":"Heimrich & Hannot",
"email":"digitales@heimrich-hannot.de",
"homepage":"https://heimrich-hannot.de",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/heimrichhannot/contao-banner_plus/issues"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13",
"bugbuster/contao-banner-bundle": ">=1.0.11 <1.4",
"heimrichhannot/contao-encore-contracts": "^1.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/routing": "^5.4",
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
},
"conflict": {
"heimrichhannot/contao-slick-bundle": "<1.8.2"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\BannerPlusBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\BannerPlusBundle\\ContaoManager\\Plugin"
}
}