add composer.json file

This commit is contained in:
Julien Fastré 2018-06-05 10:27:14 +02:00
parent c28c2bf119
commit 2dc4f6a3b0
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

10
composer.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "chill-project/chill-doc-store",
"description": "A Chill bundle to store documents",
"type": "symfony-bundle",
"require": {
"chill-project/main": "upgrade-sf3",
"chill-project/person": "upgrade-sf3"
},
"license": "AGPL-3.0"
}