From e2e8d62485f59191ba846d0ab8b464bf4cee39a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:18:00 +0000 Subject: [PATCH] Update slim/slim requirement from ^4.12 to ^4.14 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.14.0) --- updated-dependencies: - dependency-name: slim/slim 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 9eda381..c49ad6e 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^7.4 || ^8.0", "psr/http-message": "^1.1 || ^2.0", - "slim/slim": "^4.12", + "slim/slim": "^4.14", "twig/twig": "^3.8", "symfony/polyfill-php81": "^1.29" },