From 730cf0dc9952c605fda8c8c0245f940a5e39bff8 Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sun, 16 Aug 2026 11:40:58 +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 53d9f20..09d167b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [Unreleased] + +### Changed + +- Requires PHP `8.5` + ## 5.0.0 - 2026-02-08 ### Changed diff --git a/composer.json b/composer.json index 07ca13b..281066b 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "issues": "http://github.com/Innmind/CLI/issues" }, "require": { - "php": "~8.4", + "php": "~8.5", "innmind/io": "~4.0", "innmind/immutable": "~6.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 @@ - - -