From 6c212faa7b1ed3d8b96c8b103840aae5f46f57d9 Mon Sep 17 00:00:00 2001 From: Vaishali Jagtap <71736051+vaishali-vumc@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:13:28 -0400 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8baa766..1fd7eae 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "guzzlehttp/guzzle": "*", + "guzzlehttp/guzzle": "^7.8", "php": ">=5.5" }, "require-dev": { @@ -28,4 +28,4 @@ "sngrl\\PhpFirebaseCloudMessaging\\Tests\\": "tests/" } } -} \ No newline at end of file +}