Merge remote-tracking branch 'origin/master'

This commit is contained in:
Julien Fastré 2018-06-05 12:07:27 +02:00
commit cb494f3f4b

View File

@ -2,6 +2,9 @@
"name": "chill-project/chill-doc-store", "name": "chill-project/chill-doc-store",
"description": "A Chill bundle to store documents", "description": "A Chill bundle to store documents",
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": {
"psr-4": { "Chill\\DocStoreBundle\\" : "" }
},
"require": { "require": {
"chill-project/main": "dev-upgrade-sf3@dev", "chill-project/main": "dev-upgrade-sf3@dev",
"chill-project/person": "dev-upgrade-sf3@dev" "chill-project/person": "dev-upgrade-sf3@dev"