From 70f23bbd0c76a9ba4910d7656f7b4fc4abeaac07 Mon Sep 17 00:00:00 2001 From: Andreas von Studnitz Date: Mon, 1 Apr 2019 13:49:30 +0200 Subject: [PATCH] Remove PHP version constraint --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index c1c6bb4..c6f4997 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,6 @@ "name": "firegento/fastsimpleimport", "description": "Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays", "homepage": "https://github.com/firegento/FireGento_FastSimpleImport2", - "require": { - "php": "~5.5.0|~5.6.0|~7.0|~7.1.0" - }, "type": "magento2-module", "license": "GPL-3.0", "authors": [