Skip to content

Commit 1e24eb0

Browse files
author
David Cole
committed
MISC relax PHP version constraint to support Magento 2.2
1 parent 85ba84a commit 1e24eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/firegento/FireGento_FastSimpleImport2",
55
"require": {
6-
"php": "~5.5.0|~5.6.0|~7.0.0"
6+
"php": "~5.5.0|~5.6.0|~7.0"
77
},
88
"type": "magento2-module",
99
"license": "GPL-3.0",

0 commit comments

Comments
 (0)