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 606a4f3 commit e4850be
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 @@ -53,6 +53,7 @@ $bbClient->setToken('main', 'bb_api_token');


<a name="links"><h1>Changelog</h1></a>
- 0.7.7 - Совместимость с Guzzle 7.2;
- 0.7.6 - Совместимость с Guzzle 7.1;
- 0.7.5 - Совместимость с Guzzle 7;
- 0.7.4 - Исправлено добавление параметров для заказов Почты России. Спасибо [Vasiliy](https://github.com/livevasiliy) за обнаружение и исправление;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=5.5",
"ext-json": "*",
"guzzlehttp/guzzle": "6.3 - 7.1",
"guzzlehttp/guzzle": "6.3 - 7.2",
"psr/log": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit e4850be

Please sign in to comment.