From de37b45ff19e0ef967b046e02dc45b567b01e689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:11:13 +0000 Subject: [PATCH] Bump slim/psr7 from 1.7.1 to 1.8.0 Bumps [slim/psr7](https://github.com/slimphp/Slim-Psr7) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/slimphp/Slim-Psr7/releases) - [Commits](https://github.com/slimphp/Slim-Psr7/compare/1.7.1...1.8.0) --- updated-dependencies: - dependency-name: slim/psr7 dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 1bd7005..8041414 100644 --- a/composer.lock +++ b/composer.lock @@ -1425,16 +1425,16 @@ }, { "name": "slim/psr7", - "version": "1.7.1", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/slimphp/Slim-Psr7.git", - "reference": "fe98653e7983010aa85c1d137c9b9ad5a1cd187d" + "reference": "76e7e3b1cdfd583e9035c4c966c08e01e45ce959" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/fe98653e7983010aa85c1d137c9b9ad5a1cd187d", - "reference": "fe98653e7983010aa85c1d137c9b9ad5a1cd187d", + "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/76e7e3b1cdfd583e9035c4c966c08e01e45ce959", + "reference": "76e7e3b1cdfd583e9035c4c966c08e01e45ce959", "shasum": "" }, "require": { @@ -1442,23 +1442,20 @@ "php": "^8.0", "psr/http-factory": "^1.1", "psr/http-message": "^1.0 || ^2.0", - "ralouphie/getallheaders": "^3.0", - "symfony/polyfill-php80": "^1.29" + "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "^1.0", "psr/http-message-implementation": "^1.0 || ^2.0" }, "require-dev": { - "adriansuter/php-autoload-override": "^1.4", + "adriansuter/php-autoload-override": "^1.5|| ^2.0", "ext-json": "*", "http-interop/http-factory-tests": "^1.0 || ^2.0", - "php-http/psr7-integration-tests": "^1.4", - "phpspec/prophecy": "^1.19", - "phpspec/prophecy-phpunit": "^2.2", + "php-http/psr7-integration-tests": "^1.5", "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^9.6 || ^10", - "squizlabs/php_codesniffer": "^3.10" + "squizlabs/php_codesniffer": "^3.13" }, "type": "library", "autoload": { @@ -1501,9 +1498,9 @@ ], "support": { "issues": "https://github.com/slimphp/Slim-Psr7/issues", - "source": "https://github.com/slimphp/Slim-Psr7/tree/1.7.1" + "source": "https://github.com/slimphp/Slim-Psr7/tree/1.8.0" }, - "time": "2025-05-13T14:24:12+00:00" + "time": "2025-11-02T17:51:19+00:00" }, { "name": "slim/slim",