mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-28 23:58:42 +00:00
Initial commit
This commit is contained in:
10
vendor/fzaninotto/faker/Makefile
vendored
Normal file
10
vendor/fzaninotto/faker/Makefile
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user