Skip to content

Commit 2c990e2

Browse files
authored
Merge pull request #3 from integer-net/support-php-8
Mark module as compatible to PHP 8
2 parents ff73b07 + 6bc52bd commit 2c990e2

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
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": "~7.1||~7.2||~7.3||~7.4",
28+
"php": "~7.1||~7.2||~7.3||~7.4||~8.1",
2929
"magento/framework": "^102.0.0||^103.0.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)