From 380a9e4ee16fbe1c9dffa4905505a1efeba3e427 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Thu, 22 Feb 2024 19:09:33 +0100 Subject: [PATCH] Re-enable php 7.3 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3138b4c..802d93b 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", "phpstan/phpdoc-parser": "^1.13", "doctrine/deprecations": "^1.0"