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 8b909dd commit cb89aaeCopy full SHA for cb89aae
Makefile
@@ -20,6 +20,7 @@ endif
20
21
build: ##@Project Install all 3rd party dependencies
22
$(call title,"Install/Update all 3rd party dependencies")
23
+ @composer install --optimize-autoloader --no-progress
24
@make build-phar
25
26
0 commit comments