Skip to content

Commit 1e6ce84

Browse files
Merge pull request #2 from KiweeEu/feature/add-php8.x-support-to-composer-json
Support php 8.x in composer json
2 parents 5138026 + 40562ea commit 1e6ce84

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)