From 17fbbc2a2e1dd4757e2d62afd95d2ea00398a714 Mon Sep 17 00:00:00 2001 From: Manjinder Singh Date: Thu, 12 Feb 2026 17:05:13 +0530 Subject: [PATCH] upgrade version of guzzle and phpunit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 21efd1c..9ce2500 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,13 @@ } }, "require": { - "guzzlehttp/guzzle": "~6.0" + "guzzlehttp/guzzle": "^7.4" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^9.5" }, "support": { - "issues": "https://github.com/ScaleDrone/scaledrone-php/issues" + "issues": "https://github.com/DragonflyRG/scaledrone-php/issues" }, "license": "MIT" }