mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
30 lines
829 B
JSON
30 lines
829 B
JSON
{
|
|
"name": "chill-project/main",
|
|
"license": "GPL-3.0",
|
|
"type": "symfony-bundle",
|
|
"description": "The main bundle for the Chill App",
|
|
"keywords" : ["chill", "social work"],
|
|
"homepage" : "https://github.com/Chill-project/Main",
|
|
"autoload": {
|
|
"psr-4": { "Chill\\MainBundle\\": "" }
|
|
},
|
|
"authors" : [
|
|
{
|
|
"name": "Champs-Libres",
|
|
"email": "info@champs-libres.coop",
|
|
"homepage": "http://www.champs-libres.coop"
|
|
}
|
|
],
|
|
"require": {
|
|
"twig/extensions": "~1.0",
|
|
"symfony/assetic-bundle": "~2.3",
|
|
"symfony/monolog-bundle": "~2.4",
|
|
"symfony/framework-bundle": "2.5.*",
|
|
"symfony/yaml": "2.5.*",
|
|
"symfony/symfony": "2.5.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dom-crawler": "2.5"
|
|
}
|
|
}
|