Skip to content

Commit

Permalink
Merge ed204c8 into 0c2045e
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex committed May 7, 2021
2 parents 0c2045e + ed204c8 commit c31b44d
Show file tree
Hide file tree
Showing 3 changed files with 1,079 additions and 745 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.5
### Changed
- Support guzzle 7

## 2.6.4
### Fixed
- Response to allow empty response when Status Code is 204
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"require": {
"php": "^7.3|^8.0.0",
"phramework/util": "^0.0.0",
"guzzlehttp/guzzle": "^6.3.3",
"guzzlehttp/guzzle": "^6.3.3|^7.1.1",
"phramework/operator": "*"
},
"require-dev": {
"mockery/mockery": "dev-master",
"mockery/mockery": "^1.4.3",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "*",
"satooshi/php-coveralls": "^1.0",
Expand Down

0 comments on commit c31b44d

Please sign in to comment.