From f3bb112fb93bd75ad928093497657b81b17904fa Mon Sep 17 00:00:00 2001 From: yelto Date: Fri, 5 Dec 2025 18:27:59 +0100 Subject: [PATCH] Add php version in composer.json to keep composer from bumping it to 8.3 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 859431d787..5488724d53 100755 --- a/composer.json +++ b/composer.json @@ -67,6 +67,9 @@ "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" }, "config": { + "platform": { + "php": "8.2" + }, "discard-changes": true, "allow-plugins" : { "php-http/discovery": false,