Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ endif
# Install newrelic PHP extension if NEW_RELIC_LICENSE_KEY defined
make -s newrelic
$(call php-0, kill -USR2 1)
$(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")

## Install backend dependencies
back:
docker-compose up -d --remove-orphans --no-deps php # PHP container is required for composer
$(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")
# Set composer2 as default
$(call php-0, ln -fs composer2 /usr/bin/composer)
ifneq ($(strip $(ADD_PHP_EXT)),)
# Install additional php extensions as this goal used in CI (todo stop doing it)
$(call php-0, apk add --no-cache $(ADD_PHP_EXT))
Expand Down