Skip to content

Commit

Permalink
Composer vars added.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Jul 3, 2015
1 parent 621cdc3 commit 75c755b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -9,6 +9,8 @@ PHPCS_REPORT = --report=full --report-width=160
PHPUNIT = vendor/bin/phpunit
COMPOSER = ./composer.phar
COMPOSER_DEV ?=
COMPOSER_INTERACTION ?= --no-interaction
COMPOSER_PREFER_SOURCE ?=


.PHONY: all install update test test_phpcs test_phpunit test_phpunit_cc test_clean release clean clean_release
Expand Down Expand Up @@ -52,7 +54,7 @@ clean_release:
$(RM) log pid

$(VENDOR): $(COMPOSER)
$(COMPOSER) install $(COMPOSER_PREFER_SOURCE) --no-interaction $(COMPOSER_DEV)
$(COMPOSER) install $(COMPOSER_PREFER_SOURCE) $(COMPOSER_INTERACTION) $(COMPOSER_DEV)

$(COMPOSER):
curl -sS https://getcomposer.org/installer | php
Expand Down

0 comments on commit 75c755b

Please sign in to comment.