From a14486e1b7920bb9190c5a9f6eb03a7359dc1e9e Mon Sep 17 00:00:00 2001 From: Herant Date: Wed, 29 Sep 2021 10:42:11 +0200 Subject: [PATCH] Add PHP8 and PHP7.4 support and remove php7.1 support| --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d2cd7310..c0210481 100644 --- a/composer.json +++ b/composer.json @@ -3,17 +3,17 @@ "license": "OSL-3.0", "description": "Magento 2 module for Tweakwise integration", "require": { - "php": "^7.1", + "php": "^7.4|^8.0", "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "ext-libxml": "*", - "emico/tweakwise-export": ">=1.4", + "emico/tweakwise-export": ">=4.0", "guzzlehttp/guzzle": ">=6.0" }, "require-dev": { "malukenho/docheader": "~0.1", - "phpro/grumphp": "^0.11.1" + "phpro/grumphp": "1.2.0" }, "type": "magento2-module", "scripts": {