Skip to content

Commit f1a763e

Browse files
authored
Merge pull request #8 from Space48/CompatibilityWithMagento2.4.4
Add support for php 8.1
2 parents 53e70b4 + 1bfdf50 commit f1a763e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "magento2-module",
55
"license": "proprietary",
66
"require": {
7-
"php": "~7.0|~7.1",
7+
"php": "~7.0|~7.1|~8.1",
88
"magento/framework": "^100.1.0|^101.0.0|^102.0.0|^103.0"
99
},
1010
"repositories": {

0 commit comments

Comments
 (0)