From 7278c43267a46320b11c35011aa500c12c726228 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Wed, 14 Oct 2020 15:31:53 +1300 Subject: [PATCH] MNT Expand Composer requirements to support PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 746624526..7de89bc81 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "symfony/config": "^3.2 || ^4", "symfony/translation": "^2.8 || ^3 || ^4", "symfony/yaml": "^3.2 || ^4", - "php": ">=7.1.0", + "php": "^7.1 || ^8", "ext-ctype": "*", "ext-dom": "*", "ext-hash": "*",