From 09a4cf47ec30c58598b86128139ceae54e1364b7 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 25 Aug 2019 00:43:50 +0200 Subject: [PATCH] Add php 7.1 and 7.2 compatibility in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 412b17d..45f5236 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "staempfli/magento2-module-image-resizer", "description": "Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates", "require": { - "php": "^7.0.0" + "php": "^7.0|^7.1|^7.2" }, "type": "magento2-module", "license": [