From 1e6c4e4e9adc5d63a5943401844d254161806ee8 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 13 Nov 2025 11:01:46 +0000 Subject: [PATCH] Remove upper PHP constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81cbe6e9..992a60fd 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { - "php": "8.2.* || 8.3.* || 8.4.* || 8.5.*", + "php": ">=8.2.0", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "doctrine/instantiator": "^1.2 || ^2.0",