From 268bb06b217aff6437aec4d289c058f2b6469885 Mon Sep 17 00:00:00 2001 From: Adam Hall Date: Mon, 9 Aug 2021 15:02:06 +0930 Subject: [PATCH] Update composer.json so the bundle can be installed in OroCommerce 4.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3a14b58..dc2b7e2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "aligent/async-bundle", "license": "MIT", - "version": "4.1.1", + "version": "4.2.0", "type": "symfony-bundle", "description": "A bundle for extending Oro's Async processing", "authors": [ @@ -16,6 +16,6 @@ } }, "require": { - "php": ">=7.1" + "php": "~7.4.14 || ~8.0.0" } }