From 3a8cc3f422d3511cb7899bc7bb50708e8d18532a Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Thu, 4 Apr 2024 11:19:26 +0200 Subject: [PATCH] Fixup composer PHP boundaries the way it's handled by Symfony, i.e allowing PHP 9 be default in the future --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6711ab39..f90d39ff 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "prefer-stable": true, "require": { - "php": "^8.1", + "php": ">=8.1", "ext-dom": "*", "erusev/parsedown": "^1.7.4", "symfony/asset": "^6.1|^7.0",