Skip to content

Commit 3706df2

Browse files
authored
Merge pull request #38 from jg-development/master
add php 7.4 support which closes #37
2 parents de5640d + 1d5950d commit 3706df2

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+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
88
},
99

1010
"authors": [

0 commit comments

Comments
 (0)