From c86c55a645bb91698fd85c14067207a4e51d3365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:12:55 +0000 Subject: [PATCH] Update league/container requirement from ^4.2 to ^4.2 || ^5.0 Updates the requirements on [league/container](https://github.com/thephpleague/container) to permit the latest version. - [Release notes](https://github.com/thephpleague/container/releases) - [Changelog](https://github.com/thephpleague/container/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/thephpleague/container/compare/4.2.0...5.0.1) --- updated-dependencies: - dependency-name: league/container dependency-version: 5.0.1 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 5c0b11d81ff..20cbcd939d2 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "composer/ca-bundle": "^1.5", "laminas/laminas-diactoros": "^3.3", "laminas/laminas-httphandlerrunner": "^2.6", - "league/container": "^4.2", + "league/container": "^4.2 || ^5.0", "psr/container": "^1.1 || ^2.0", "psr/http-client": "^1.0.2", "psr/http-factory": "^1.1",