From a923ee002b5089f18c8c9d52a83a7f410b653b19 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 25 Dec 2019 22:50:52 +0800 Subject: [PATCH] Revert php-http client implementation. Signed-off-by: Mior Muhammad Zaki --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7f53595..7fe65bf 100644 --- a/composer.json +++ b/composer.json @@ -30,9 +30,9 @@ }, "require-dev": { "mockery/mockery": "^1.0", + "php-http/curl-client": "^2.0", "php-http/multipart-stream-builder": "^1.0", - "phpunit/phpunit": "^7.5 || ^8.0", - "symfony/http-client": "^4.3" + "phpunit/phpunit": "^7.5 || ^8.0" }, "suggest": { "php-http/multipart-stream-builder": "Allow to send multipart form request (^1.0)",