From 438b5a69c031091a93f71407d050540aeb5423cb Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Mon, 9 Oct 2023 14:19:54 -0400 Subject: [PATCH] - Prepping for Guzzle 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62986bb..bba2ab6 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "laminas/laminas-httphandlerrunner": "2.5.x-dev", "vlucas/phpdotenv": "^3.4@dev", "middlewares/whoops": "dev-master", - "ralouphie/getallheaders": "dev-master", + "ralouphie/getallheaders": "^3@dev", "guzzlehttp/guzzle": "^7@dev", "swiftmailer/swiftmailer": "^6.2@dev", "mcnd/storage": "dev-master",