Skip to content

Commit

Permalink
fix php version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Apr 9, 2024
1 parent b7182af commit 60486ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei/module-monei-payment",
"version": "1.3.3",
"version": "1.3.2",
"description": "MONEI Payments Adobe Commerce (Magento 2) module",
"type": "magento2-module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"php": "^8.1.0",
"php": "^7.4.0",
"magento/module-payment": "100.4.*",
"magento/module-checkout": "100.4.*",
"magento/module-sales": "103.0.*"
Expand Down

0 comments on commit 60486ad

Please sign in to comment.