Skip to content

Commit 8ab89b3

Browse files
author
David Ferlay
authored
Merge pull request #277 from skilld-labs/composer_prestissimo
Add hirak/prestissimo install from "provision" to "back" ...
2 parents b526241 + 7593495 commit 8ab89b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ endif
8282
## Install backend dependencies
8383
back:
8484
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")
8586
ifneq ($(strip $(ADD_PHP_EXT)),)
8687
# Install additional php extensions as this goal used in CI (todo stop doing it)
8788
$(call php-0, apk add --no-cache $(ADD_PHP_EXT))

0 commit comments

Comments
 (0)