From d0d9b7dc3186c3ae71f74a327d9e79f2519dfdf7 Mon Sep 17 00:00:00 2001 From: Alexander Killing Date: Mon, 12 Jan 2026 11:31:22 +0100 Subject: [PATCH] add phiki as dependency --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index affe3b87bcd4..a78482c9082a 100755 --- a/composer.json +++ b/composer.json @@ -72,7 +72,8 @@ "symfony/console" : "^6.4", "psr/http-message": "^2.0", "jumbojett/openid-connect-php": "dev-master#bc719cc9930990a4a9916cc127b839b4ed1c89ad", - "phpunit/phpunit": "^11.5" + "phpunit/phpunit": "^11.5", + "phiki/phiki": "^2.0" }, "require-dev": { "captainhook/captainhook": "^5.24",