Makefile 106 B

1234567
  1. install:
  2. composer update
  3. composer bin all update
  4. test:
  5. vendor/bin/phpunit
  6. vendor/bin/phpstan analyze