forked from adesigns/calendar-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 815 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
{
"name": "adesigns/calendar-bundle",
"type": "symfony-bundle",
"description": "This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.",
"keywords": ["calendar", "fullcalendar", "jquery calendar"],
"homepage": "http://github.com/adesigns/calendar-bundle",
"license": "MIT",
"authors": [
{
"name": "Mike Yudin",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"symfony/framework-bundle": ">=2.0,<2.3-dev",
"friendsofsymfony/jsrouting-bundle": ">=1.0,<1.2",
"doctrine/collections": ">=1.0"
},
"autoload": {
"psr-0": {
"ADesigns\\CalendarBundle": ""
}
},
"target-dir": "ADesigns/CalendarBundle"
}