From fbd30beb080ac1783283da1c1d75a8ea2d333576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:27:33 +0000 Subject: [PATCH] Update slim/psr7 requirement from ^1.6 to ^1.7 Updates the requirements on [slim/psr7](https://github.com/slimphp/Slim-Psr7) to permit the latest version. - [Release notes](https://github.com/slimphp/Slim-Psr7/releases) - [Commits](https://github.com/slimphp/Slim-Psr7/compare/1.6...1.7.0) --- updated-dependencies: - dependency-name: slim/psr7 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 f982bc0..929e954 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.2", "ext-json": "*", "php-di/php-di": "^7.0", - "slim/psr7": "^1.6", + "slim/psr7": "^1.7", "slim/slim": "^4.13", "slim/twig-view": "^3.4", "symfony/translation": "^7.0",