From 3f1b5b2319e878a37be4268cb5bff9350e4a79e3 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 10 Aug 2021 15:13:34 +0200 Subject: [PATCH] Add ChillWopiBundle. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b5af76421..456f4d333 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle", "Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle", "Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle", - "Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle" + "Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle", + "Chill\\WopiBundle\\": "src/Bundle/ChillWopiBundle/src" } }, "autoload-dev": {