Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95db65f56d | |||
| 1ec9b05413 | |||
| 6a4ce3bef3 |
6
Makefile
6
Makefile
@@ -1,8 +1,10 @@
|
|||||||
PHP = docker compose run php
|
PHP = docker compose run php
|
||||||
|
|
||||||
|
|
||||||
composer_install:
|
composer_install:
|
||||||
@$(PHP) composer install
|
@$(PHP) composer install
|
||||||
|
|
||||||
|
composer_update:
|
||||||
|
@$(PHP) composer update
|
||||||
|
|
||||||
static_analysis:
|
static_analysis:
|
||||||
@$(PHP) vendor/bin/psalm
|
@$(PHP) vendor/bin/psalm
|
||||||
|
|||||||
Reference in New Issue
Block a user