Skip to content

Commit

Permalink
v4.0.0: Add the requirement for php 8.1 or more
Browse files Browse the repository at this point in the history
changelog: added
  • Loading branch information
TristanBouchierAgenceDnD committed Aug 28, 2024
1 parent 4d69ebc commit 77a9f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix bad redirection after 3DS payment failure
- Fix wrong return URL in case of pending file Oney
- Fix transaction stays indefinitely in payment review with 3DS integrated payment
- Php 8.1 support

**[View diff](https://github.com/payplug/payplug-magento2/compare/1.27.4...4.0.0)**

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}
],
"require": {
"php": ">=8.1",
"magento/framework": "102.0.*|103.0.*",
"magento/module-payment": "100.3.*|100.4.*",
"magento/module-checkout": "100.3.*|100.4.*",
Expand Down

0 comments on commit 77a9f15

Please sign in to comment.