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.
2 parents b526241 + 7593495 commit 8ab89b3Copy full SHA for 8ab89b3
Makefile
@@ -82,6 +82,7 @@ endif
82
## Install backend dependencies
83
back:
84
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")
86
ifneq ($(strip $(ADD_PHP_EXT)),)
87
# Install additional php extensions as this goal used in CI (todo stop doing it)
88
$(call php-0, apk add --no-cache $(ADD_PHP_EXT))
0 commit comments