Skip to content

Commit

Permalink
Use --no-plugin during composer to avoid recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Nov 26, 2021
1 parent c16cd01 commit 6cf509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6cf509e

Please sign in to comment.