-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathcomposer.json
33 lines (32 loc) · 886 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": "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": {
"php": ">=5.5.9",
"symfony/symfony": "^3.1.0"
},
"require-dev": {
"phpspec/phpspec": "^2.2"
},
"autoload": {
"psr-4": {
"AncaRebeca\\FullCalendarBundle\\": ""
}
},
"autoload-dev": {
"psr-4": {
"spec\\AncaRebeca\\FullCalendarBundle\\": "spec"
}
}
}