From 5eb81e87be714160c8af8ff28218e7b1cdc193da Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 16 Feb 2019 00:03:08 +0300 Subject: [PATCH] PHP removed from platrofm reqs. --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 978b49c..cb03fa9 100644 --- a/composer.json +++ b/composer.json @@ -57,10 +57,7 @@ ] }, "config": { - "bin-dir": "bin", - "platform": { - "php": "7.1.23" - } + "bin-dir": "bin" }, "extra": { "symfony-app-dir": "app",