forked from adesigns/calendar-bundle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
26 lines (26 loc) · 791 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": "mikeyudin@gmail.com",
"role": "Developer"
}
],
"require": {
"symfony/symfony": "~2.1",
"friendsofsymfony/jsrouting-bundle": "~1.1",
"doctrine/collections": ">=1.0"
},
"autoload": {
"psr-0": {
"ADesigns\\CalendarBundle": ""
}
},
"target-dir": "ADesigns/CalendarBundle"
}