From 763843b643b2beabfd6a684157e22e5a5aff15f0 Mon Sep 17 00:00:00 2001 From: juniwalk Date: Tue, 7 May 2024 16:41:43 +0200 Subject: [PATCH] Allow juniwalk/utils v4.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bb0cf21..5136617 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,9 @@ "require": { "php": ">=8.1", - "juniwalk/utils": "^3.0", - "nette/application": ">=2.4", - "nette/di": ">=2.4", + "juniwalk/utils": "^3.0|^4.0", + "nette/application": ">=2.4 <4.0", + "nette/di": ">=2.4 <4.0", "nette/schema": "^1.0" },