From 6427106a501e9604d0d46ccaa831f0168a675b48 Mon Sep 17 00:00:00 2001 From: Benjamin Rosenberger Date: Tue, 23 Jan 2018 08:39:03 +0100 Subject: [PATCH 1/2] :arrow_up: add php version 7.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc5955e..3bcb792 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mestrona/magento-module-bundlecustomoptions", "description": "Magento2 Module to work around the message 'This module allows to configure custom options for bundle products with dynamic pricing.'", "require": { - "php": "~5.5.0|~5.6.0|~7.0.0", + "php": "~5.5.0|~5.6.0|~7.0.0|~7.1", "magento/module-bundle": "~100.1.0" }, "type": "magento2-module", From 15f769e454693d35caa8754e5070c1e786e4ad12 Mon Sep 17 00:00:00 2001 From: Benjamin Rosenberger Date: Tue, 23 Jan 2018 08:41:24 +0100 Subject: [PATCH 2/2] :arrow_up: update magent version to support 2.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3bcb792..947e85f 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Magento2 Module to work around the message 'This module allows to configure custom options for bundle products with dynamic pricing.'", "require": { "php": "~5.5.0|~5.6.0|~7.0.0|~7.1", - "magento/module-bundle": "~100.1.0" + "magento/module-bundle": "~100.1.0|~100.2.0" }, "type": "magento2-module", "license": [