mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Adding composer.json
This commit is contained in:
parent
93abd192a8
commit
bd82733a6c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/vendor/
|
32
composer.json
Normal file
32
composer.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "chill-project/report",
|
||||
"description": "The bundle for reports",
|
||||
"type": "symfony-bundle",
|
||||
"keywords" : ["chill", "social work"],
|
||||
"license": "AGPL-3.0",
|
||||
"homepage" : "https://github.com/Chill-project/Report",
|
||||
"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.*",
|
||||
"doctrine/dbal": "2.5.*@dev",
|
||||
"doctrine/orm": "2.5.*@dev",
|
||||
"doctrine/common": "2.4.*@dev",
|
||||
"doctrine/doctrine-bundle": "~1.2@dev"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/dom-crawler": "2.5",
|
||||
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
||||
"symfony/security": "~2.5"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user