8 lines
106 B
Makefile
8 lines
106 B
Makefile
|
install:
|
||
|
composer update
|
||
|
composer bin all update
|
||
|
|
||
|
test:
|
||
|
vendor/bin/phpunit
|
||
|
vendor/bin/phpstan analyze
|