From ac89b55a3db88608840cd0563d1552e59fda07fb Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Fri, 22 May 2026 09:08:44 +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 1c60455..bbd4069 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": "^8.1" + "php": "^8.3" }, "require-dev": { "cyclonedx/cyclonedx-php-composer": "^6.2",