From 5f83f095cbd5f511195b2b03c936fa6028f1615a Mon Sep 17 00:00:00 2001 From: Yonn Trimoreau Date: Wed, 9 Oct 2019 17:28:16 +0200 Subject: [PATCH] composer.json accept php 7.3 To make this module compatible with Magento 2.3.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84c602f..dd0a22e 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.6.3", "require": { - "php": "~7.0.0|~7.1.0|~7.2.0" + "php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0" }, "type": "magento2-module", "keywords": ["magento2"],