This commit is contained in:
Jeremy Benoist
2019-01-28 06:10:26 +01:00
parent 1048c9c4a8
commit 448d99f84e
5 changed files with 7 additions and 8 deletions

View File

@ -6,9 +6,9 @@ use GuzzleHttp\Client as GuzzleClient;
use GuzzleHttp\Cookie\CookieJar;
use GuzzleHttp\Event\SubscriberInterface;
use Http\Adapter\Guzzle5\Client as GuzzleAdapter;
use Psr\Log\LoggerInterface;
use Http\Client\HttpClient;
use Http\HttplugBundle\ClientFactory\ClientFactory;
use Psr\Log\LoggerInterface;
/**
* Builds and configures the HTTP client.