Makefile 223 Bytes Edit 1 2 3 4 5 6 7 8 9 10 vendor/autoload.php: composer install --no-interaction --prefer-dist .PHONY: sniff sniff: vendor/autoload.php vendor/bin/phpcs --standard=PSR2 src -n .PHONY: test test: vendor/autoload.php vendor/bin/phpunit --verbose