From defeaf5e7479a5a3312be9d0d90516429450ca91 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 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", diff --git a/composer.lock b/composer.lock index 61374ac7..22bafc24 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d24f8a6001537d39fa3dfc4eb2f5091a", + "content-hash": "9ccb34b5f9697fee0c8e6afe17b7b652", "packages": [ { "name": "psr/http-factory",