From f9700e195911a9d449b45a513faea07582869010 Mon Sep 17 00:00:00 2001 From: brabli <67018167+brabli@users.noreply.github.com> Date: Tue, 5 May 2026 10:41:53 +0100 Subject: [PATCH] Add general composer command --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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