forked from IDCI-Consulting/SimpleScheduleBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 936 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
{
"name": "idci/simple-schedule-bundle",
"type": "symfony-bundle",
"description": "Symfony SimpleScheduleBundle",
"keywords": ["Schedule application", "xml", "json", "api", "web service"],
"license": "GPL-3.0+",
"authors": [
{
"name": "Gabriel Bondaz",
"email": "[email protected]",
"homepage": "http://www.idci-consulting.fr"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2",
"twig/twig": "*",
"doctrine/doctrine-bundle": "*",
"pagerfanta/pagerfanta": "dev-master",
"white-october/pagerfanta-bundle": "dev-master"
},
"suggest": {
"idci/exporter-bundle": "dev-master"
},
"autoload": {
"psr-0": { "IDCI\\Bundle\\SimpleScheduleBundle": "" }
},
"target-dir": "IDCI/Bundle/SimpleScheduleBundle",
"minimum-stability": "dev"
}