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:
parent
d6b6894cab
commit
82bef77336
6
Makefile
6
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user