Skip to content

Commit 6bc52bd

Browse files
committed
Fix PHP 8 version notation
1 parent f0572e4 commit 6bc52bd

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||8.1",
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)