From 7a406ef049a3fd459bbedb486c86dc8972f6d15b Mon Sep 17 00:00:00 2001 From: Mohamed Elidrissi <67818913+elidrissidev@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:51:50 +0100 Subject: [PATCH] Allow using the library with guzzlehttp/guzzle v7 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fb35c3a..9e4d789 100644 --- a/composer.json +++ b/composer.json @@ -9,19 +9,18 @@ } ], "require": { - "guzzlehttp/guzzle": "^6.2.1", + "guzzlehttp/guzzle": "^6.2.1|^7.0", "ext-json": "*", "swaggest/json-schema": "^0.12" }, "require-dev": { - "swaggest/json-cli": "^1.9", "php-mock/php-mock-phpunit": "^2.1" }, "autoload": { "psr-4": {"ShipStream\\SpsCommerce\\": "src/"} }, "autoload-dev": { - "psr-4": {"ShipStream\\SpsCommerce\\Tests": "test/"} + "psr-4": {"ShipStream\\SpsCommerce\\Tests\\": "test/"} }, "scripts": { "test": "vendor/bin/phpunit"