forked from ancarebeca/FullCalendarBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 785 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 785 Bytes
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
{
"name": "ancarebeca/full-calendar-bundle",
"description": "Symfony2 integration with the library FullCalendar.js",
"type": "symfony-bundle",
"keywords": ["calendar", "fullcalendar", "jquery calendar", "symfony2 calendar", "symfony2 bundle"],
"homepage": "https://github.com/ancarebeca/FullCalendarBundle",
"license": "MIT",
"authors": [
{
"name": "Rebeca Mora Anca",
"email": "anca.rebeca@gmail.com",
"role": "Developer"
}
],
"require": {
"symfony/symfony": "~2.1"
},
"require-dev": {
"phpspec/phpspec": "^2.2"
},
"autoload": {
"psr-0": {
"AncaRebeca\\FullCalendarBundle": ""
}
},
"target-dir": "AncaRebeca/FullCalendarBundle"
}