-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.09 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
{
"name": "heimrichhannot/contao-calendar-list-reader-bundle",
"type": "contao-bundle",
"description": "Add calendar extension to list and reader bundle.",
"license": "GPL-3.0-or-later",
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0",
"contao/calendar-bundle": "^4.13 || ^5.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0"
},
"conflict": {
"heimrichhannot/contao-list-bundle": "<1.54.0",
"heimrichhannot/contao-reader-bundle": "<1.42.4"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\CalendarListReaderBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\CalendarListReaderBundle\\ContaoManager\\Plugin"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-symfony": "^1.0 || ^2.0",
"rector/rector": "^1.0 || ^2.0",
"contao/contao-rector": "dev-main",
"heimrichhannot/contao-list-bundle": "^1.54",
"heimrichhannot/contao-reader-bundle": "^1.42.4",
"symplify/easy-coding-standard": "^12.5"
}
}