From a1aea2a17cdf8b89b2ec75c7edcbc38b057b0667 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:24:35 +0000 Subject: [PATCH] Update iron-io/iron_mq requirement from ~1.4 to ~1.4 || ~4.0 Updates the requirements on [iron-io/iron_mq](https://github.com/iron-io/iron_mq_php) to permit the latest version. - [Release notes](https://github.com/iron-io/iron_mq_php/releases) - [Commits](https://github.com/iron-io/iron_mq_php/compare/1.4.0...4.0.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..27d4bc88 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "symfony/console": "~2.3|~3.0", "symfony/dependency-injection": "~2.3|~3.0", "doctrine/dbal": "~2.3", - "iron-io/iron_mq": "~1.4", + "iron-io/iron_mq": "~1.4 || ~4.0", "aws/aws-sdk-php": "~2.4|~3.0", "pda/pheanstalk": "~3.0", "league/container": "~1.0",