From aafed5069f16f1342d3fa97ac765129fad16d813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 06:28:16 +0000 Subject: [PATCH] Update league/container requirement from ^3.2 to ^3.2 || ^4.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/4.x/CHANGELOG.md) - [Commits](https://github.com/thephpleague/container/compare/3.2.0...4.1.2) --- updated-dependencies: - dependency-name: league/container 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 2575cda2d2a..b37be7db9be 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "composer/ca-bundle": "^1.2", "laminas/laminas-diactoros": "^2.2.2", "laminas/laminas-httphandlerrunner": "^1.1", - "league/container": "^3.2", + "league/container": "^3.2 || ^4.0", "psr/http-client": "^1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0",