From 467f26a849d5a8bb4b8579f320c369ecf1babf10 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 28 Jan 2025 10:43:09 +0100 Subject: [PATCH] BP-4152 Second chance module compatibility issue latest Magento module --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e1c0a0..c19fafd 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "buckaroo/magento2secondchance", "description": "Buckaroo Magento2 Second Chance extension", "require": { - "buckaroo/magento2": "~1.50.2" + "buckaroo/magento2": "^1.50.2" }, "type": "magento2-module", "license": "MIT",