From 8da1339196d092ff00c386172b8bcc43722beba9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 19:23:16 +0000 Subject: [PATCH] Update league/container requirement from ~1.0 to ~1.0 || ~2.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/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/container/compare/1.0.0...2.4.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c0ed89e..2aa61bfc 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "iron-io/iron_mq": "~1.4", "aws/aws-sdk-php": "~2.4|~3.0", "pda/pheanstalk": "~3.0", - "league/container": "~1.0", + "league/container": "~1.0 || ~2.0", "php-amqplib/php-amqplib": "~2.5", "phpspec/phpspec": "~2.0" },