From 091ea3db7d797544cbea5605dc386b99e3eb0ff5 Mon Sep 17 00:00:00 2001 From: "Roland Franssen :)" Date: Thu, 25 May 2023 14:45:20 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47ba408..cd54942 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ "php": "^7.2 || ^8.0", "nyholm/psr7": "^1.3", "php-http/httplug": "^2.0", + "php-http/message": "^1.9", "psr/http-client": "^1.0", "symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.2 || ^3.0", "php-http/client-integration-tests": "^3.0", - "php-http/message": "^1.9", "php-http/client-common": "^2.3", "phpunit/phpunit": "^8.5.23 || ~9.5" },