From d4e1da89a4377bd38d2f8c02c96036b9a737c1ad Mon Sep 17 00:00:00 2001 From: Sven Reichel Date: Mon, 10 Dec 2018 16:57:46 +0100 Subject: [PATCH] M2-456 Updated composer.json for PHP7.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aae6895..793d2cc 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Magento 2 Module to add a comment field above the place order button in the checkout", "version": "1.5.0", "require": { - "php": "~7.0.0|~7.1.0" + "php": "~7.0.0|~7.1.0|~7.2.0" }, "type": "magento2-module", "keywords": ["magento2"],