mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add composer.json
This commit is contained in:
parent
6887777ba7
commit
2aba0a16c7
34
composer.json
Normal file
34
composer.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "cl/chill-main",
|
||||
"license": "GPL-3.0",
|
||||
"type": "symfony-bundle",
|
||||
"description": "The main bundle for the Chill App",
|
||||
"keywords" : ["chill", "social work"],
|
||||
"homepage" : "https://github.com/Champs-Libres/ChillMain",
|
||||
"autoload": {
|
||||
"psr-4": { "CL\\Chill\\MainBundle\\": "src/" }
|
||||
},
|
||||
"authors" : [
|
||||
{
|
||||
"name": "Champs-Libres",
|
||||
"email": "info@champs-libres.coop",
|
||||
"homepage": "http://www.champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.3",
|
||||
"symfony/symfony": "2.5.*",
|
||||
"doctrine/orm": "2.5.*@dev",
|
||||
"doctrine/dbal": "2.5.*@dev",
|
||||
"doctrine/common": "2.4.*@dev",
|
||||
"doctrine/doctrine-bundle": "~1.2@dev",
|
||||
"twig/extensions": "~1.0",
|
||||
"symfony/assetic-bundle": "~2.3",
|
||||
"symfony/swiftmailer-bundle": "~2.3",
|
||||
"symfony/monolog-bundle": "~2.4",
|
||||
"sensio/distribution-bundle": "~3.0",
|
||||
"sensio/framework-extra-bundle": "~3.0",
|
||||
"incenteev/composer-parameter-handler": "~2.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user