-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.01 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
40
41
42
{
"name" : "xima-media/ical-bundle",
"description" : "The XIMA iCal Bundle",
"type" : "symfony-bundle",
"version": "0.2.3",
"authors" : [
{
"name" : "Wolfram Eberius",
"email" : "[email protected]"
},
{
"name" : "Konrad Michalik",
"email" : "[email protected]"
},
{
"name" : "Sebastian Gierth",
"email" : "[email protected]"
},
{
"name" : "Tobias Gaertner",
"email" : "[email protected]"
}
],
"require": {
"php": "^8.0",
"eluceo/ical": "^0.13.0",
"sabre/vobject": ">=3.4",
"stof/doctrine-extensions-bundle": "^1.5.0",
"timdev/doctrine-date-interval": "0.1.2"
},
"autoload": {
"psr-4": {
"Xima\\ICalBundle\\": ""
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/xima-media/ical"
}
]
}