From 4df82caf8e40c16ebfd96473f423e945ee5f766c Mon Sep 17 00:00:00 2001
From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr>
Date: Thu, 9 Dec 2021 17:06:15 +0100
Subject: [PATCH] =?UTF-8?q?[FIX]=20Pas=20cool=20de=20bloquer=20les=20bibli?=
 =?UTF-8?q?oth=C3=A8ques=20unicaen=20=C3=A0=20la=20version=204.0.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index f5fbf8b..5250c0f 100644
--- a/composer.json
+++ b/composer.json
@@ -8,8 +8,8 @@
         }
     ],
     "require": {
-        "unicaen/app": "4.0.0",
-        "unicaen/bjy-authorize": "4.0.0",
+        "unicaen/app": "^4.0",
+        "unicaen/bjy-authorize": "^4.0",
         "jasig/phpcas": "^1.3",
         "ramsey/uuid": "^3.7",
         "laminas/laminas-dependency-plugin": "^2.1"
-- 
GitLab