Skip to content

Commit

Permalink
Add support Guzzle 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwildtuna committed Jan 11, 2021
1 parent 9f42875 commit cb0704c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@


<a name="links"><h1>Changelog</h1></a>
- 0.4.4 - Совместимость с Guzzle 7.2;
- 0.4.3 - Совместимость с Guzzle 7.1;
- 0.4.2 - Совместимость с Guzzle 7;
- 0.4.1 - Исправлены ошибки в namespace файлов;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "6.3 - 7.1",
"guzzlehttp/guzzle": "6.3 - 7.2",
"psr/log": "^1.0",
"ext-json": "*"
},
Expand Down

0 comments on commit cb0704c

Please sign in to comment.