From c651ea71356858d1ca7f2bd2830a7fd291a09dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Vacul=C3=ADk?= Date: Wed, 15 Nov 2023 09:49:32 +0100 Subject: [PATCH] Composer: allow nette/utils 4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5229e89..a5e07c7 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "contributte/middlewares": "^0.11.0", "doctrine/annotations": "^1.13", "koriym/attributes": "^1.0.2", - "nette/utils": "^3.2.7" + "nette/utils": "^3.2.7 || ^4.0.0" }, "require-dev": { "contributte/qa": "^0.4",