From 8378d138d41c174730b9b5877f70fa337cd8c179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:13:37 +0000 Subject: [PATCH] Update nette/utils requirement from ^3.0 to ^3.0 || ^4.0 Updates the requirements on [nette/utils](https://github.com/nette/utils) to permit the latest version. - [Release notes](https://github.com/nette/utils/releases) - [Commits](https://github.com/nette/utils/compare/v3.0.0...v4.0.4) --- updated-dependencies: - dependency-name: nette/utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 66cf84e..baef5f2 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "mathematicator-core/statistic": "^3.0", "mathematicator-core/tokenizer": "^3.0", "mathematicator-core/vizualizator": "^3.0", - "nette/utils": "^3.0", + "nette/utils": "^3.0 || ^4.0", "symfony/translation": "^4.0 || ^5.0", "symfony/yaml": "^5.0" },