From ba714d9cfcdc2722acac3a0008a54b6f006adf9c Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sun, 16 Aug 2026 11:10:23 +0200 Subject: [PATCH] drop php 8.4 support --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- psalm.xml | 3 --- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c23f6..469d8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [Unreleased] + +### Changed + +- Requires PHP `8.5` + ## 6.0.0 - 2026-02-01 ### Changed diff --git a/composer.json b/composer.json index cd9c38f..725301e 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "issues": "http://github.com/Innmind/ServerStatus/issues" }, "require": { - "php": "~8.4", + "php": "~8.5", "innmind/immutable": "~6.0", "innmind/time": "~1.0", "innmind/url": "~5.0", diff --git a/psalm.xml b/psalm.xml index feccc34..510148d 100644 --- a/psalm.xml +++ b/psalm.xml @@ -14,7 +14,4 @@ - - -