Skip to content

Commit

Permalink
Merge pull request #233 from nalinsavaliya/hotfix/232
Browse files Browse the repository at this point in the history
Added php version ~8.3.0 in composer, to use this module with Magento2.4.7 and PHP 8.3
  • Loading branch information
rikwillems committed Apr 25, 2024
2 parents 782075a + 8084bcf commit 2ff4c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~8.1.0|~8.2.0",
"php": "~8.1.0|~8.2.0|~8.3.0",
"magento/framework": "^103.0.4",
"magento/module-backend": "^102.0.4",
"magento/module-customer": "^103.0.4",
Expand Down

0 comments on commit 2ff4c25

Please sign in to comment.