From a62c34601c516bc9232076f34390303932f853d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:05:13 +0000 Subject: [PATCH] Update php-http/psr7-integration-tests requirement from 1.3.0 to 1.4.0 Updates the requirements on [php-http/psr7-integration-tests](https://github.com/php-http/psr7-integration-tests) to permit the latest version. - [Release notes](https://github.com/php-http/psr7-integration-tests/releases) - [Changelog](https://github.com/php-http/psr7-integration-tests/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/php-http/psr7-integration-tests/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: php-http/psr7-integration-tests 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 9e1890a..fb4ea4f 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "ext-json": "*", "adriansuter/php-autoload-override": "^1.4", "http-interop/http-factory-tests": "^1.1.0", - "php-http/psr7-integration-tests": "1.3.0", + "php-http/psr7-integration-tests": "1.4.0", "phpspec/prophecy": "^1.19", "phpspec/prophecy-phpunit": "^2.2", "phpstan/phpstan": "^1.11",