From ef57c269a6baf9b15b6b53b1012e9695301326f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:01:32 +0000 Subject: [PATCH] Update slim/slim requirement from ^4.12 to ^4.15 Updates the requirements on [slim/slim](https://github.com/slimphp/Slim) to permit the latest version. - [Release notes](https://github.com/slimphp/Slim/releases) - [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/slimphp/Slim/compare/4.12.0...4.15.1) --- updated-dependencies: - dependency-name: slim/slim dependency-version: 4.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 82ad46a..4691202 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "psr/http-message": "^1.1 || ^2.0", - "slim/slim": "^4.12", + "slim/slim": "^4.15", "symfony/polyfill-php81": "^1.29", "twig/twig": "^3.11" },