-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 986 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
34
{
"name": "idci/website-configurator-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle that easily allow to configure a symfony website according to some rules",
"keywords": ["http request", "theme", "twig", "customize", "routing"],
"license": "MIT",
"authors": [
{
"name": "Gabriel Bondaz",
"email": "[email protected]",
"homepage": "http://www.idci-consulting.fr"
},
{
"name": "Baptiste Bouchereau",
"email": "[email protected]",
"homepage": "http://www.idci-consulting.fr"
}
],
"require": {
"php": ">=5.3.9",
"symfony/symfony": "~2.3",
"twig/twig": "*",
"twig/extensions": "~1.0",
"doctrine/inflector": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": { "IDCI\\Bundle\\WebsiteConfiguratorBundle": "" }
},
"target-dir": "IDCI/Bundle/WebsiteConfiguratorBundle",
"minimum-stability": "dev"
}