We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82a5f3 commit 715d2cfCopy full SHA for 715d2cf
Makefile
@@ -74,6 +74,7 @@ endif
74
## Install backend dependencies
75
back:
76
docker-compose up -d --remove-orphans php # PHP container is required for composer
77
+ $(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")
78
ifeq ($(INSTALL_DEV_DEPENDENCIES), TRUE)
79
@echo "INSTALL_DEV_DEPENDENCIES=$(INSTALL_DEV_DEPENDENCIES)"
80
@echo "Installing composer dependencies, including dev ones"
0 commit comments