From 625df54c63fcc82506c4518cf4874db06a8033a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:24:05 +0000 Subject: [PATCH] Update http-interop/http-factory-tests requirement from ^0.9.0 to ^1.1.0 Updates the requirements on [http-interop/http-factory-tests](https://github.com/http-interop/http-factory-tests) to permit the latest version. - [Release notes](https://github.com/http-interop/http-factory-tests/releases) - [Changelog](https://github.com/http-interop/http-factory-tests/blob/main/CHANGELOG.md) - [Commits](https://github.com/http-interop/http-factory-tests/compare/0.9.0...1.1.0) --- updated-dependencies: - dependency-name: http-interop/http-factory-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 bc43800..15078a0 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "require-dev": { "ext-json": "*", "adriansuter/php-autoload-override": "^1.4", - "http-interop/http-factory-tests": "^0.9.0", + "http-interop/http-factory-tests": "^1.1.0", "php-http/psr7-integration-tests": "1.3.0", "phpspec/prophecy": "^1.17", "phpspec/prophecy-phpunit": "^2.0",