From 6cf509e45dc3b1daed97c5105f31fb18d5f999ba Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Fri, 26 Nov 2021 14:06:14 +0100 Subject: [PATCH] Use --no-plugin during composer to avoid recipes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6547cea..7cb565c 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ php.ini: php.ini.dist ln -s php.ini.dist php.ini composer.lock: composer.json - ${COMPOSER} install --no-scripts + ${COMPOSER} install --no-scripts --no-plugins yarn.install: ${APP_DIR}/yarn.lock