Skip to content

Commit cc9fa94

Browse files
authored
Add PHP 8.x compatibility to PHP constraint
1 parent 3c48ed3 commit cc9fa94

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
@@ -4,7 +4,7 @@
44
"type": "magento2-module",
55
"description": "Extended Import Features (ported from AvS_FastSimpleImport)",
66
"require": {
7-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
7+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0"
88
},
99

1010
"authors": [

0 commit comments

Comments
 (0)