diff --git a/Makefile b/Makefile index 467a967..b5199a3 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + @$(PHP) vendor/bin/psalm