From fafea417b52873ab1959c18d8f0f9147adefda78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Dec 2022 10:29:36 +0100 Subject: update to 2.23.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 4dc323d..0a2f1db 100644 --- a/composer.json +++ b/composer.json @@ -45,10 +45,10 @@ "ext-libxml": "*", "http-interop/http-factory-tests": "^0.9.0", "laminas/laminas-coding-standard": "^2.4.0", - "php-http/psr7-integration-tests": "^1.1.1", + "php-http/psr7-integration-tests": "^1.2", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^4.29.0" + "vimeo/psalm": "^5.0.0" }, "provide": { "psr/http-factory-implementation": "1.0", -- cgit