From 4a61d9b2969f789c589133021d94b80edea94d49 Mon Sep 17 00:00:00 2001 From: Lachlan Turner Date: Wed, 20 Mar 2019 14:48:35 +1030 Subject: [PATCH] Allow PHP versions from 7.0.13 inline with Magento 2.2.x requirements --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb61eda..6c27201 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/module-bundle-config", "description": "Backend extension to the helpful in-browser debugging/inspection tools for the Magento 2 Front-End", "require": { - "php": "^7.1.0|^7.2.0", + "php": "^7.0.13|^7.1.0|^7.2.0", "magento/framework": "^100.0.20|^101.0.0|^102.0.0" }, "suggest": {