From a5c3eed8ee957ce222caeb27a5fb0906da3f7428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Tue, 4 Apr 2023 08:34:54 +0200 Subject: [PATCH] Allow nette/utils 4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7cc393f..b0b3432 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "require": { "php": ">=8.1", - "nette/utils": "^3.2" + "nette/utils": "^3.2 || ^4.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.3",