From 2383844d55ed15b3dd2304ea623fac8f8312f751 Mon Sep 17 00:00:00 2001 From: Erick Hitter <gitlab-s@mxs.ethitter.com> Date: Sun, 10 Jul 2022 02:19:17 +0000 Subject: [PATCH] Fix PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d26306..f61759c 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,6 @@ } ], "require" : { - "php" : ">=5.3.0" + "php" : ">=5.4.0" } } -- GitLab