From 1c51476e7b88ae84862397dc35b46a27f57cf304 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Wed, 19 Jan 2022 00:09:58 +0100 Subject: [PATCH] =?UTF-8?q?Oups,=20tol=C3=A9rer=20tous=20les=20PHP=207.4?= =?UTF-8?q?=20:).=20Et=20par=20d=C3=A9faut=20les=20librairies=20sont=20com?= =?UTF-8?q?patibles=20avec=20PHP=207.4=20pour=20ne=20pas=20installer=20inv?= =?UTF-8?q?olontairement=20une=20version=20uniquement=20php=208+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fcad20831c..3bb3dca2fb 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { - "php": "7.4 || ^8.0", + "php": "^7.4 || ^8.0", "ext-xml": "*", "ext-zip": "*" }, @@ -36,6 +36,9 @@ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true + }, + "platform": { + "php": "7.4.27" } } } -- GitLab