From 976d76b1903db3436228275f3be8adb3efb8871b Mon Sep 17 00:00:00 2001 From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr> Date: Fri, 10 Dec 2021 11:34:41 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20des=20d=C3=A9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 27df457..bcfb3ba 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,8 @@ } ], "require": { - "php": "7.3.*", "ext-pdo": "*", - "unicaen/app": "dev-release_4.0.0", + "unicaen/app": "^4.0", "doctrine/dbal": "^2.9", "beberlei/assert": "^2.7", "ramsey/uuid": "^3.6", @@ -19,7 +18,7 @@ "laminas/laminas-dependency-plugin": "^2.1" }, "require-dev": { - "unicaen/test": "^3.0", + "unicaen/test": "^4.0 || dev-release_4.0.0", "phpunit/phpunit": "~5.4" }, "autoload": { -- GitLab