Include a copy of composer.phar

This commit is contained in:
Nabeel Shahzad
2017-12-13 20:22:54 -06:00
parent 7e839caf44
commit a7d4ab64e5
3 changed files with 6 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ clean-routes:
.PHONY: build
build:
@composer install --no-interaction
@php composer.phar install --no-interaction
.PHONY: install
install: build