forked from BorisMorel/IcalBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 923 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": "lejeanbono/ical-bundle",
"description": "Create ics url or file for Symfony 2",
"homepage": "http://github.com/LeJeanbono/IcalBundle",
"license": "MIT",
"authors": [
{
"name": "Boris Morel",
"email": "[email protected]",
"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",
"kigkonsult/icalcreator": "~2.22.5"
},
"autoload": {
"psr-4": { "BOMO\\IcalBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}