mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-02 07:38:47 +02:00
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
|