-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (49 loc) · 1.51 KB
/
composer.json
File metadata and controls
50 lines (49 loc) · 1.51 KB
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
{
"name": "koertho/contao-advanced-repeating-events-bundle",
"description": "Add advanced repeat event options to contao calendar.",
"keywords": [
"contao",
"calendar"
],
"type": "contao-bundle",
"homepage": "https://github.com/koertho/contao-advanced-repeating-events-bundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Thomas Körner",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/koertho/contao-advanced-repeating-events-bundle/issues"
},
"require": {
"php": "^8.4",
"contao/core-bundle": "^5.6",
"contao/calendar-bundle": "^5.6",
"doctrine/dbal": "^3.10 || ^4.0",
"symfony/cache-contracts": "^3.6",
"symfony/console": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"simshaun/recurr": "^6.0"
},
"require-dev": {
"contao/core-bundle": "5.6.*",
"symfony/http-kernel": "^6.4",
"rector/rector": "^2.3",
"contao/contao-rector": "dev-main",
"symplify/easy-coding-standard": "^13.0",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-symfony": "^2.0",
"contao/manager-plugin": "^2.13",
"cgoit/contao-calendar-ical-bundle": "^5.8"
},
"autoload": {
"psr-4": {
"Koertho\\AdvancedRepeatingEventsBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Koertho\\AdvancedRepeatingEventsBundle\\Plugin"
}
}