From dee819c50ec45e32d5480047c616d966dff0fbf4 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Sat, 23 May 2026 09:26:48 +0200 Subject: [PATCH] chore(deps): bump composer config.platform.php to 8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns the composer platform pin with the runtime constraint ('require.php' bumped to ^8.3 fleet-wide yesterday). Keeps composer's resolver consistent — it'll pick package versions assuming PHP 8.3 is the target runtime, which matches what the container (PHP 8.3.30) and CI matrices already use. 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..fc7dd2c 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "optimize-autoloader": true, "sort-packages": true, "platform": { - "php": "8.1" + "php": "8.3" } } }