From d2387f83a1931f1378d6392b417379c50e451d99 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Fri, 22 May 2026 09:14:32 +0200 Subject: [PATCH] chore(deps): bump PHP requirement to ^8.3 Brings the composer require.php constraint in line with the runtime the container + CI already use (PHP 8.3). Drops formal support for PHP 8.1 and 8.2. Several vendor packages (e.g. azjezz/psl@4.3.0) use PHP 8.3 typed class constants, making the codebase functionally 8.3-only already. Part of the fleet-wide PHP 8.3 sweep. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a28cd3..bbea0a2 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ ] }, "require": { - "php": "^8.1" + "php": "^8.3" }, "require-dev": { "nextcloud/coding-standard": "^1.4",