From d5495baf5634e873b78188b9f9e3b62b9b6c7f57 Mon Sep 17 00:00:00 2001 From: Riccardo Tempesta Date: Mon, 28 Aug 2017 12:30:05 +0200 Subject: [PATCH] Compatiblity with PHP 7.1 passed --- composer.json | 2 +- etc/module.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 356a4bf..d9aa9cf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "msp/devtools", "description": "", "require": { - "php": "~7.0.0", + "php": "^7.0|^7.1", "msp/common": "*", "magento/magento-composer-installer": "*" diff --git a/etc/module.xml b/etc/module.xml index d8a8f04..2e8f9f0 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -21,7 +21,7 @@ --> - +