From 52117612cbfcd1de9ea67d599c555282925dd835 Mon Sep 17 00:00:00 2001 From: omaralalwi Date: Mon, 24 Feb 2025 02:49:45 +0300 Subject: [PATCH] fix symfony client Compatibility --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 4b7b927..b3d0459 100644 --- a/composer.json +++ b/composer.json @@ -49,17 +49,17 @@ "role": "creator" } ], - "version": "2.0.2", + "version": "2.0.3", "require": { "php": "^8.1.0", "nyholm/psr7": "^1.8", "php-http/discovery": "^1.20.0", "php-http/multipart-stream-builder": "^1.4.2", "psr/http-client": "^1.0.3", - "psr/http-client-implementation": "^1.0.1", + "psr/http-client-implementation": "1.0", "psr/http-factory-implementation": "*", "psr/http-message": "^1.1.0|^2.0.0", - "symfony/http-client": "^7.2" + "symfony/http-client": "^6.4" }, "require-dev": { "guzzlehttp/guzzle": "^7.9.2", @@ -68,8 +68,8 @@ "mockery/mockery": "^1.6.12", "nunomaduro/collision": "^7.11.0|^8.5.0", "pestphp/pest": "^2.36", - "pestphp/pest-plugin-arch": "^2.7|^3.0", - "pestphp/pest-plugin-type-coverage": "^2.8.7|^3.1.0", + "pestphp/pest-plugin-arch": "^2.7", + "pestphp/pest-plugin-type-coverage": "^2.8.7", "phpstan/phpstan": "^1.12.7", "roave/security-advisories": "dev-latest", "symfony/var-dumper": "^6.4.11|^7.1.5" @@ -108,4 +108,4 @@ "php-http/discovery": true } } -} +} \ No newline at end of file