diff --git a/justfile b/justfile index ad681d9..a4e7acc 100644 --- a/justfile +++ b/justfile @@ -6,6 +6,9 @@ composer-install: composer-update: @{{php}} composer update +composer *args: + @{{php}} composer {{args}} + static-analysis: @{{php}} vendor/bin/psalm