From 729a6dbef08eec48c1e7268e267d85ab471b47ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Mon, 24 Apr 2023 22:18:28 +0200 Subject: [PATCH] Composer: require PHP 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 33c37d2..a1548ba 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=7.2", + "php": ">=7.4", "nette/bootstrap": "^3.1.0", "nette/utils": "^3.2.9 || ^4.0.0" },