Skip to content

Commit 40562ea

Browse files
committed
Support php 8.x in composer json
1 parent 5138026 commit 40562ea

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "7.*"
12+
"php": "7.*|8.*"
1313
},
1414
"type": "magento2-language",
1515
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)