Skip to content

Commit d6f4dfe

Browse files
authored
Merge pull request #31 from ulftietze/patch-1
Update composer.json to enable PHP7.3 Support
2 parents 97d90dc + 43f1397 commit d6f4dfe

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

1010
"authors": [

0 commit comments

Comments
 (0)