From 3cd183cac585c40fc53107999e9c54e22c92ef46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kud=C4=9Blka?= Date: Sun, 28 May 2023 07:54:23 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6667240..8219025 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "minimum-stability": "stable", "require": { - "php": ">=7.1", - "nette/mail": "^2.3 || ^3.0", + "php": ">=7.4", + "nette/mail": "^2.3 | ^3.0 | ^4.0", "tracy/tracy": "^2.3", "nette/di": "^2.3 || ^3.0", "guzzlehttp/guzzle": "^6.3|^7.0"