From 5d1fcd76a19543125f64031016d40c5bcc4e739a Mon Sep 17 00:00:00 2001 From: Peter Dulacka Date: Thu, 21 Dec 2023 22:01:49 +0100 Subject: [PATCH] Remove direct nette\utils dependency This is to allow v4 of the library to be used by users of this library. Library didn't use anything from nette\utils directly anyway. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1f6f522..1c2f357 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ "nette/di": "^3.0", "nette/http": "^3.0", "nette/security": "^3.0", - "nette/utils": "^3.0", "sentry/sdk": "^3.0", "tracy/tracy": "^2.4" },