From 84772dbb1b747f65eba834e5ac63f20d24d0009e Mon Sep 17 00:00:00 2001
From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr>
Date: Tue, 8 Feb 2022 09:28:14 +0100
Subject: [PATCH] =?UTF-8?q?Possibilit=C3=A9=20de=20passer=20=C3=A0=20unica?=
 =?UTF-8?q?en/app=205?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 3297b90..ca82384 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
     "description": "Module permettant d'afficher des logs en live à l'aide d'une websocket (et d'une socket)",
     "require": {
         "php": ">=7.3",
-        "unicaen/app": "^4.0",
+        "unicaen/app": "^4.0 || ^5.0",
         "webmozart/assert": "^1.3",
         "cboden/ratchet": "^0.4.4",
         "monolog/monolog": "^2.3"
-- 
GitLab