File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ endif
7777 # Install newrelic PHP extension if NEW_RELIC_LICENSE_KEY defined
7878 make -s newrelic
7979 $(call php-0, kill -USR2 1)
80- $(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")
8180
8281# # Install backend dependencies
8382back :
8483 docker-compose up -d --remove-orphans --no-deps php # PHP container is required for composer
85- $(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")
84+ # Set composer2 as default
85+ $(call php-0, ln -fs composer2 /usr/bin/composer)
8686ifneq ($(strip $(ADD_PHP_EXT ) ) ,)
8787# Install additional php extensions as this goal used in CI (todo stop doing it)
8888 $(call php-0, apk add --no-cache $(ADD_PHP_EXT))
You can’t perform that action at this time.
0 commit comments