From 32a2a62fb0f26313395c996ebd658d33c3f9c4e5 Mon Sep 17 00:00:00 2001 From: Zaahid Bateson Date: Mon, 29 Apr 2024 14:42:39 -0700 Subject: [PATCH] Fix version constraints --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2192d81..e0b0ae0 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ ], "require": { "php": ">=8.0", - "guzzlehttp/psr7": "^2.0", + "guzzlehttp/psr7": "^2.5", "zbateson/mb-wrapper": "^2.0" }, "require-dev": { - "phpunit/phpunit": "<10.0", + "phpunit/phpunit": "^9.6|^10.0", "friendsofphp/php-cs-fixer": "*", "phpstan/phpstan": "*" },