From 11c74bb0f78de8023e91674e2e4420a7db3829ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:53:17 +0200 Subject: [PATCH] Update contributte/psr11-container-interface requirement || ^0.5.0 (#25) Updates the requirements on contributte/psr11-container-interface to permit the latest version. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c180da4..a8442b9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.0", - "contributte/psr11-container-interface": "^0.4.1", + "contributte/psr11-container-interface": "^0.4.1 || ^0.5.0", "mathematicator-core/numbers": "^2.1", "mathematicator-core/tokenizer": "^2.1 || ^3.0", "baraja-core/url": "^1.1",