forked from robzienert/CalendarBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (33 loc) · 965 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
36
37
38
{
"name": "rizza/calendar-bundle",
"type": "symfony-bundle",
"description": "Fork of Rob Zienert`s Calendar Bundle",
"keywords": ["kint", "debug", "symfony", "bundle", "twig"],
"homepage": "https://github.com/SweepingDesign/CalendarBundle",
"license": "MIT",
"authors": [
{
"name": "Ricardo Garcia",
"homepage": "http://github.com/ricktg"
},
{
"name": "Dylan Oliver",
"homepage": "http://github.com/dao"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/ricktg/CalendarBundle"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Rizza\\CalendarBundle": ""
}
},
"target-dir": "Rizza/CalendarBundle"
}