From 537a567559ee54547f069c72ddfa57c351ef1e38 Mon Sep 17 00:00:00 2001 From: George Steel Date: Wed, 6 Jul 2022 16:43:59 +0100 Subject: [PATCH] Bump interop integration tests to fix test failures on lowest Signed-off-by: George Steel --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27684b01..5a094006 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "ext-libxml": "*", "http-interop/http-factory-tests": "^0.9.0", "laminas/laminas-coding-standard": "~2.3.0", - "php-http/psr7-integration-tests": "^1.1", + "php-http/psr7-integration-tests": "^1.1.1", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.1", "psalm/plugin-phpunit": "^0.17.0",