From f34e7dff987b74b2d3bd1ffd616e433e810fd925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr> Date: Fri, 16 Jul 2021 17:47:51 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20les=20versions=20de=20PHP=20support?= =?UTF-8?q?=C3=A9es=20dans=20composer.json.?= 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 ed3d57c..187d331 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "minimum-stability": "stable", "require": { - "php": ">=7.1 <9", + "php": ">=7.1 <8", "ext-json": "*", "doctrine/doctrine-bundle": ">=1.6 <3", "doctrine/orm": "^2.5", -- GitLab