From e61da69eace519e7312c86801d3464d1c7d55276 Mon Sep 17 00:00:00 2001 From: Pavel Linhart Date: Wed, 15 Feb 2023 12:45:12 +0100 Subject: [PATCH] Allow nette/mail 4.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0be6d7..8d1c0cb 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "~7.1 || ~8.0", - "nette/mail": "~3.1", + "nette/mail": "~3.1 || ~4.0", "nette/utils": "~3.0 || ~4.0", "nette/http": "~3.0", "latte/latte": "~2.6 || ~3.0",