From 441dae1ebcce87d960dd7d89f451d9f6b1af51ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kulh=C3=A1nek?= Date: Tue, 20 Apr 2021 17:00:06 +0000 Subject: [PATCH] Zpetne zprovozneni PHP 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5a5ffd6..0288c13 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": ">=8.0", + "php": ">=7.4", "ext-xml": "*", "ext-mbstring": "*", "ext-curl": "*",