From 373aa01dfcac2cf3508c693338324ab0d9aea557 Mon Sep 17 00:00:00 2001 From: Ramon van Belzen Date: Mon, 5 Jan 2026 11:36:00 +0100 Subject: [PATCH] composer: accept php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 837bec7b6..383db5d47 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0-only", "type": "project", "require": { - "php": "^8.3|^8.4", + "php": "^8.3|^8.4|^8.5", "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*",