From 85f799156ea3317b2ea9e2246321c2c3e161645d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:01:28 +0000 Subject: [PATCH] Update dependency http-interop/http-factory-tests to v2 | datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | packagist | http-interop/http-factory-tests | 0.9.0 | 2.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d8082a16..6a83664b 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "ext-dom": "*", "ext-gd": "*", "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.9.0", + "http-interop/http-factory-tests": "^2.0.0", "laminas/laminas-coding-standard": "~2.5.0", "php-http/psr7-integration-tests": "^1.3", "phpunit/phpunit": "^9.5.28",