From ecd07521ae9d9d81f724c596464a12125e6e28ce Mon Sep 17 00:00:00 2001 From: Joeri van Veen Date: Mon, 11 May 2026 11:46:01 +0200 Subject: [PATCH 1/3] feat!: require Magento 2.4.4 and PHP 8.1 as minimum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the composer constraints from Magento 2.3.x / 2.4.0+ (framework 101.0.8+ or 102.0.1+) and PHP 7.4 / 8.0 to Magento 2.4.4+ (framework 103.0.4+) on PHP 8.1+, aligning with the Magento 2.4.4 system requirements. BREAKING CHANGE: Drops support for Magento 2.3.x and 2.4.0–2.4.3, and for PHP 7.4 and 8.0. Minimum is now Magento 2.4.4 on PHP 8.1+. Co-Authored-By: Claude Opus 4.7 (1M context) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d55de3da..b31292ab 100755 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ ], "type": "magento2-module", "require": { - "php": "^7.4 || ^8.0", + "php": "^8.1", "myparcelnl/sdk": "^v10.7.2", - "magento/framework": ">=101.0.8 <102 || >=102.0.1" + "magento/framework": ">=103.0.4" }, "require-dev": { "phpunit/phpunit": "^4.8" From 5cd9ac5703f63b3342476dd27130194eec2f5b6d Mon Sep 17 00:00:00 2001 From: Joeri van Veen Date: Tue, 12 May 2026 20:13:05 +0200 Subject: [PATCH 2/3] fix: use sdk from develop rebase --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdf3c354..a27ef1dd 100755 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ ], "require": { "php": "^8.1", - "myparcelnl/sdk": "^v10.7.2", + "myparcelnl/sdk": "11.0.0-beta.15@beta", "magento/framework": ">=103.0.4" }, "require-dev": { From 70ca94ba6cf5dfdd83c35dd073efba12ae35680d Mon Sep 17 00:00:00 2001 From: Joeri van Veen Date: Tue, 12 May 2026 20:24:37 +0200 Subject: [PATCH 3/3] docs: add supported magento version to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7638efac..ea8be5e3 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ For the manual and more information, please refer to our [Magento Manual] on the [MyParcel Developer Portal]. +## Magento version + +From version 5.6.0, our plugin is compatible with Magento 2.4.4 and higher. This is announced in the composer.json: framework requirement is set to `^103.0.4`. + ## Important notice about third-party checkouts We support the default Magento checkout and the Hyvä checkout.