Update local ChillDocStore composer.json.

This commit is contained in:
Pol Dellaiera 2021-09-28 17:40:49 +02:00
parent 0aec2fc1d1
commit 59fcd1e96b

View File

@ -3,9 +3,12 @@
"description": "A Chill bundle to store documents", "description": "A Chill bundle to store documents",
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
"psr-4": { "Chill\\DocStoreBundle\\" : "" } "psr-4": {
"Chill\\DocStoreBundle\\": ""
}
}, },
"require": { "require": {
"symfony/mime": "^4 || ^5"
}, },
"license": "AGPL-3.0" "license": "AGPL-3.0"
} }