Skip to content

Commit e67cf36

Browse files
authored
Merge pull request #9 from sandeepsingh510/patch-1
compatible with 7.0 and 7.1
2 parents 1c94740 + 320608c commit e67cf36

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
@@ -3,7 +3,7 @@
33
"description": "Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays",
44
"homepage": "https://github.com/magento-hackathon/FireGento_FastSimpleImport2_Demo",
55
"require": {
6-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
6+
"php": "~5.5.0|~5.6.0|~7.0|~7.1",
77
"firegento/fastsimpleimport": "*",
88
"league/csv": "^8.0"
99
},

0 commit comments

Comments
 (0)