From ce1af9f63ca32c93e9665881fac38577c9a95fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp=20Can=20Akman?= Date: Sat, 14 Feb 2026 16:35:41 +0300 Subject: [PATCH] [*]: update minimum PHP version to 7.1.0 (nullable types require it) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ea1415..79ef854 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": ">=7.0.0", + "php": ">=7.1.0", "ext-dom": "*", "ext-libxml": "*", "ext-simplexml": "*",