From dd4b41062499931301da6c4aeadf7455b01a1f2c Mon Sep 17 00:00:00 2001 From: Lang Date: Mon, 28 Oct 2019 22:26:52 +0100 Subject: [PATCH] chg: dev: change the composer default php minimum environment #3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 03a7e03..96d063b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "type": "project", "license": "proprietary", "require": { - "php": "^7.3", + "php": "^7.2", "ext-iconv": "*", "ext-json": "*", "doctrine/doctrine-migrations-bundle": "^2.0",