From f9be76f3784ff932ea8d9266e71a7d3c6dbb7c51 Mon Sep 17 00:00:00 2001 From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr> Date: Tue, 4 Jan 2022 14:11:49 +0100 Subject: [PATCH] =?UTF-8?q?Possibilit=C3=A9=20de=20passer=20=C3=A0=20PHP?= =?UTF-8?q?=207.4?= 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 9e78930..628ba3a 100755 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "php": "7.3.*", + "php": ">=7.3", "laminas/laminas-test": "^3.0", "phpunit/phpunit": "^5.6", "phpspec/prophecy": "^1.6", -- GitLab