From 094d1e87984697f8d0f6154d804a63bfbf3b4bbd Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Wed, 18 Sep 2019 15:34:35 +0200 Subject: [PATCH] Remove PHP requirements from composer.json It doesn't make sense to add PHP requirements in composer.json --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 7f33385..12d4aab 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,6 @@ { "name": "cadence/fbpixel-m2", "description": "Facebook Pixel & Events Support For Magento 2.x", - "require": { - "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0" - }, "keywords": [ "Magento", "Magento 2",