Skip to content

Commit 2e66ec1

Browse files
authored
Merge pull request #66 from davidwindell/patch-2
Add support for PHP 8.1 (Magento 2.4.4+)
2 parents fe4185e + a2e0f65 commit 2e66ec1

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
@@ -12,6 +12,6 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1"
15+
"php": "^7.1||^8.1"
1616
}
1717
}

0 commit comments

Comments
 (0)