Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading