Skip to content

Commit

Permalink
Don't ship PHP dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stadermann committed May 22, 2024
1 parent 0407eee commit e846afb
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 @@ -73,9 +73,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-dev
else
composer install --prefer-dist
composer install --prefer-dist --no-dev
endif

# Installs npm dependencies
Expand Down

0 comments on commit e846afb

Please sign in to comment.