From 4bc4839595cde2dabf400ce569d94276a91ca52e Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 1 Dec 2023 21:13:38 +0100 Subject: [PATCH] feat: try to fix ci --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 455dfaf..d18af3b 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,9 @@ "require-dev": { "fabpot/goutte": "^4.0", "php-http/guzzle6-adapter": "^2.0", - "phpunit/phpunit": "^9.5", - "dms/phpunit-arraysubset-asserts": "^0.4.0" + "phpunit/phpunit": "^9.6", + "dms/phpunit-arraysubset-asserts": "^0.5", + "php-http/message-factory": "^1.1" }, "autoload": { "psr-4": {