Skip to content

Commit

Permalink
Fix: Prefer dependencies installed from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 8, 2016
1 parent 120198f commit d9ff519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendor/autoload.php:
composer install --no-interaction --prefer-source
composer install --no-interaction --prefer-dist

.PHONY: sniff
sniff: vendor/autoload.php
Expand Down

0 comments on commit d9ff519

Please sign in to comment.