From 0590aafe4ebb6a683e7bb0c9f2d1a8d44b81e3f5 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 22 May 2023 09:41:32 +0200 Subject: [PATCH] chore(deps): dev require php-http/message-factory --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b137c6b..3e701c0 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "cdn77/coding-standard": "^7.0", "infection/infection": "^0.26.0", "nyholm/psr7": "^1.2", + "php-http/message-factory": "^1.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0.0", "phpstan/phpstan-phpunit": "^1.0.0",