Skip to content

Commit

Permalink
Update Makefile suppress composer output
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani authored Dec 5, 2023
1 parent 3b3959e commit bde067f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ ifeq (, $(composer))
mkdir -p $(build_tools_directory)
curl -sS https://getcomposer.org/installer | php
mv composer.phar $(build_tools_directory)
php $(build_tools_directory)/composer.phar install --prefer-dist
php $(build_tools_directory)/composer.phar install --prefer-dist --no-interaction --quiet
else
composer install --prefer-dist
composer install --prefer-dist --no-interaction --quiet
endif
# -git apply --directory=vendor/phpunit/php-code-coverage phpunit.patch
# Installs npm dependencies
Expand Down

0 comments on commit bde067f

Please sign in to comment.