From 45bd11f3e42c7dc2b27a1a4ba35da17ac519dd7f Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 23 Jul 2024 17:40:13 +0100 Subject: [PATCH] The composer PHP version is incorrect --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d2e51b8..77d2a6e3 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": ">=7.2", + "php": ">=8.1", "ext-json": "*", "behat/mink": "^1.11@dev", "lullabot/php-webdriver": "^2.0.5"