From e86a4ede6c32ff08c530dcb10a2ab320cfa39be2 Mon Sep 17 00:00:00 2001 From: xrousset78800 Date: Mon, 5 Feb 2018 17:25:44 +0100 Subject: [PATCH] PHRAS-1852 Add ignore-platform-reqs option on composer install to allow php7 env to run makefile (#2459) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 252313fdba..e41ed7515a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install: make install_assets install_composer: - composer install + composer install --ignore-platform-reqs install_asset_dependencies: yarn