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. diff --git a/composer.json b/composer.json index c4e3a4ca..a27ef1dd 100755 --- a/composer.json +++ b/composer.json @@ -27,9 +27,9 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.1", "myparcelnl/sdk": "11.0.0-beta.15@beta", - "magento/framework": ">=101.0.8 <102 || >=102.0.1" + "magento/framework": ">=103.0.4" }, "require-dev": { "league/openapi-psr7-validator": "^0.22",