From b7fc6df44847f96d3235cb7cbbfd3b0ea67b160d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 03:01:44 +0000 Subject: [PATCH] Update slim/psr7 requirement from ^1.4 to ^1.5 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.4...1.5) --- updated-dependencies: - dependency-name: slim/psr7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d5a7a626..a3b2e2a9c 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "phpstan/phpstan": "^0.12.96", "phpunit/phpunit": "^9.5", "slim/http": "^1.2", - "slim/psr7": "^1.4", + "slim/psr7": "^1.5", "squizlabs/php_codesniffer": "^3.6" }, "autoload": {