From 2f486e7fb361821b39034d56f96edc10efcf8d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:41:27 +0000 Subject: [PATCH] Update contributte/psr11-container-interface requirement from ^0.4.1 || ^0.5.0 to ^0.4.1 || ^0.5.0 || ^0.6.0 --- updated-dependencies: - dependency-name: contributte/psr11-container-interface 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 a8442b9..c491e32 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.0", - "contributte/psr11-container-interface": "^0.4.1 || ^0.5.0", + "contributte/psr11-container-interface": "^0.4.1 || ^0.5.0 || ^0.6.0", "mathematicator-core/numbers": "^2.1", "mathematicator-core/tokenizer": "^2.1 || ^3.0", "baraja-core/url": "^1.1",