From 2de5b1a2c8e49302914cbb8e4f72741db35bca1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kraus?= Date: Wed, 10 Jan 2024 16:21:20 +0100 Subject: [PATCH] add Magento 2.4.6 compatbility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a93af0e..fd7af51 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,13 @@ "name": "phoenix-media/magento2-cloud-build", "description": "Dockerfile, configurations and scripts to build Magento2 Docker images.", "type": "library", - "version": "1.0.29", + "version": "1.0.30", "license": [ "OSL-3.0" ], "require": { "phoenix-media/magento2-ece-tools": ">=1.0.9", - "magento/magento2-base": ">=2.4.4 <2.4.6" + "magento/magento2-base": ">=2.4.5 <2.4.7" }, "bin": [ "bin/px-cloud-build-install"