Skip to content

Commit 8fb580e

Browse files
committed
Update PHP deps
1 parent bb4019b commit 8fb580e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ ifneq (, $(wildcard ./vendor/jbzoo/codestyle/src/init.Makefile))
1818
endif
1919

2020

21+
BOX_PHAR = https://github.com/box-project/box/releases/download/3.10.0/box.phar
22+
2123
build: ##@Project Install all 3rd party dependencies
2224
$(call title,"Install/Update all 3rd party dependencies")
23-
@composer install --optimize-autoloader --no-progress
25+
@rm -f `pwd`/vendor/bin/box.phar
2426
@make build-phar
2527

2628

0 commit comments

Comments
 (0)