_common.php 대신 composer로 대체
This commit is contained in:
+5
@@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
## 6.3.2 - 2018-03-26
|
||||
|
||||
* Fix: Release process
|
||||
|
||||
|
||||
## 6.3.1 - 2018-03-26
|
||||
|
||||
* Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/2014)
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ use Psr\Http\Message\UriInterface;
|
||||
*/
|
||||
interface ClientInterface
|
||||
{
|
||||
const VERSION = '6.3.1';
|
||||
const VERSION = '6.3.2';
|
||||
|
||||
/**
|
||||
* Send an HTTP request.
|
||||
|
||||
Reference in New Issue
Block a user