1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Enhancement: Keep targets sorted by name

This commit is contained in:
Andreas Möller 2019-08-24 09:46:06 +02:00 committed by Pim Jansen
parent d6b6894cab
commit 82bef77336

View File

@ -1,8 +1,5 @@
.PHONY: fix sniff test
vendor/autoload.php:
composer install --no-interaction --prefer-dist
fix: vendor/autoload.php
vendor/bin/phpcbf --standard=PSR2 src
@ -11,3 +8,6 @@ sniff: vendor/autoload.php
test: vendor/autoload.php
vendor/bin/phpunit --verbose
vendor/autoload.php:
composer install --no-interaction --prefer-dist