Revert "package update 재도전"

This reverts commit 595ab6d7e5.
This commit is contained in:
2020-01-28 00:31:53 +09:00
parent 595ab6d7e5
commit b726c33f3d
419 changed files with 16269 additions and 14006 deletions
+2 -5
View File
@@ -1,8 +1,8 @@
<?php
namespace GuzzleHttp;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Promise\PromiseInterface;
use GuzzleHttp\Exception\GuzzleException;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\UriInterface;
@@ -12,10 +12,7 @@ use Psr\Http\Message\UriInterface;
*/
interface ClientInterface
{
/**
* @deprecated Will be removed in Guzzle 7.0.0
*/
const VERSION = '6.5.1';
const VERSION = '6.3.3';
/**
* Send an HTTP request.