Skip to content

Commit

Permalink
Bump 1.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-hx510875 authored and yndu13 committed May 13, 2021
1 parent 9a1cc85 commit 19224d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.5.31 - 2021-05-13

- Deprecate `\GuzzleHttp\Psr7\parse_query` method

## 1.5.30 - 2021-03-22
- Fixed incompatibility in PHP 5.6 version.

Expand Down
4 changes: 2 additions & 2 deletions src/Request/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ abstract class Request implements ArrayAccess
/**
* Request Connect Timeout
*/
public const CONNECT_TIMEOUT = 5;
const CONNECT_TIMEOUT = 5;

/**
* Request Timeout
*/
public const TIMEOUT = 10;
const TIMEOUT = 10;

/**
* @var string HTTP Method
Expand Down

0 comments on commit 19224d9

Please sign in to comment.