3
0

Merge branch 'release/0.0.9'

This commit is contained in:
2022-07-20 21:06:16 +01:00

View File

@@ -1,8 +1,10 @@
PHP = docker compose run php
composer_install:
@$(PHP) composer install
composer_update:
@$(PHP) composer update
static_analysis:
@$(PHP) vendor/bin/psalm
@$(PHP) vendor/bin/psalm