From 4b1943bdc8417c7b267311fc56c7a9db0802ba22 Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sun, 21 Sep 2025 10:26:13 +0200 Subject: [PATCH] simplify dependencies --- CHANGELOG.md | 6 ++++++ composer.json | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a99a4..998f145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [Unreleased] + +### Changed + +- Requires `innmind/foundation:~1.10` + ## 3.0.0 - 2025-09-20 ### Added diff --git a/composer.json b/composer.json index dc083da..5688278 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,8 @@ }, "require": { "php": "~8.2", - "innmind/foundation": "~1.9", - "innmind/di": "~3.0", - "innmind/router": "~5.2" + "innmind/foundation": "~1.10", + "innmind/di": "~3.0" }, "autoload": { "psr-4": {