From 59fcd1e96b7ffbac0649f953e4f1f28932b5fd06 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 28 Sep 2021 17:40:49 +0200 Subject: [PATCH] Update local `ChillDocStore` composer.json. --- src/Bundle/ChillDocStoreBundle/composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillDocStoreBundle/composer.json b/src/Bundle/ChillDocStoreBundle/composer.json index 384f6c093..c011ce29b 100644 --- a/src/Bundle/ChillDocStoreBundle/composer.json +++ b/src/Bundle/ChillDocStoreBundle/composer.json @@ -3,9 +3,12 @@ "description": "A Chill bundle to store documents", "type": "symfony-bundle", "autoload": { - "psr-4": { "Chill\\DocStoreBundle\\" : "" } + "psr-4": { + "Chill\\DocStoreBundle\\": "" + } }, "require": { + "symfony/mime": "^4 || ^5" }, "license": "AGPL-3.0" }