-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcomposer.json
35 lines (35 loc) · 1019 Bytes
/
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": "bomo/ical-bundle",
"description": "Create ics url or file for Symfony 2, 3, 4 and 5",
"homepage": "http://github.com/BorisMorel/IcalBundle",
"license": "MIT",
"authors": [
{
"name": "Boris Morel",
"role": "Developer",
"homepage" : "https://github.com/BorisMorel"
},
{
"name": "Philippe Le Van",
"homepage": "https://twitter.com/plv",
"role": "Developer"
}
],
"support": {
"irc": "irc://irc.freenode.org/sf-grenoble"
},
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "^2.1|^3.0|^4.0|^5.0",
"kigkonsult/icalcreator": ">=2.29.18 <3.0"
},
"autoload": {
"psr-4": { "BOMO\\IcalBundle\\": "" }
},
"require-dev": {
"symfony/http-kernel": "^2.0|^3.0|^4.0",
"symfony/dependency-injection": "^2.0|^3.0|^4.0",
"symfony/config": "^2.0|^3.0|^4.0",
"phpunit/phpunit": "^7.5"
}
}