diff --git a/composer.json b/composer.json index 61f64b2..96b4be4 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays", "homepage": "https://github.com/magento-hackathon/FireGento_FastSimpleImport2_Demo", "require": { - "php": "~5.5.0|~5.6.0|~7.0.0", + "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0", "firegento/fastsimpleimport": "*", "league/csv": "^8.0" },