Skip to content

Commit 2ff4c25

Browse files
authored
Merge pull request #233 from nalinsavaliya/hotfix/232
Added php version ~8.3.0 in composer, to use this module with Magento2.4.7 and PHP 8.3
2 parents 782075a + 8084bcf commit 2ff4c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "~8.1.0|~8.2.0",
21+
"php": "~8.1.0|~8.2.0|~8.3.0",
2222
"magento/framework": "^103.0.4",
2323
"magento/module-backend": "^102.0.4",
2424
"magento/module-customer": "^103.0.4",

0 commit comments

Comments
 (0)