diff --git a/composer.json b/composer.json index 6e56491..abc5153 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "psr-4": {"MathieuViossat\\Util\\": "src/"} }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": ">=8.0.0", "laminas/laminas-text": "^2.10" } }