-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
33 lines (32 loc) · 978 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
{
"name": "soloist/calendar-bundle",
"description": "A bundle to handle events and show a calendar.",
"keywords": ["calendar"],
"autoload": {
"psr-0": { "Soloist\\Bundle\\CalendarBundle": "" }
},
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.*",
"doctrine/orm": "2.2.0",
"doctrine/doctrine-bundle": "dev-master",
"twig/extensions": "dev-master",
"sensio/framework-extra-bundle": "dev-master",
"frequence-web/calendr-bundle": "dev-master",
"frequence-web/dashboard-bundle": "dev-master",
},
"authors": [
{
"name": "Nek (Maxime Veber)",
"email": "[email protected]",
"homepage": "http://nekland.fr"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Soloist/CalendarBundle/contributors"
}
],
"config": {
"bin-dir": "bin"
}
}