From 36b3a429b1e7fb54d13f9bc58ea970a1f37a3839 Mon Sep 17 00:00:00 2001 From: James Polley Date: Sat, 17 May 2025 15:13:00 +1000 Subject: [PATCH] Re-install composer See #4550 --- ct/kimai.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/kimai.sh b/ct/kimai.sh index d0ff6bc8f..8cc348f97 100644 --- a/ct/kimai.sh +++ b/ct/kimai.sh @@ -39,7 +39,7 @@ function update_script() { $STD apt-get update $STD apt-get remove -y php"${CURRENT_PHP//./}"* $STD apt-get install -y \ - php8.4 \ + php8.4 composer \ php8.4-{gd,mysql,mbstring,bcmath,xml,curl,zip,intl} \ libapache2-mod-php8.4 msg_ok "Migrated PHP $CURRENT_PHP to 8.4"