Skip to content

Commit

Permalink
Add support Guzzle 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwildtuna committed Oct 8, 2020
1 parent 417745d commit 9f42875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
- [История статусов заказа](#order-statuses)


<a name="links"><h1>Changelog</h1></a>
<a name="links"><h1>Changelog</h1></a>
- 0.4.3 - Совместимость с Guzzle 7.1;
- 0.4.2 - Совместимость с Guzzle 7;
- 0.4.1 - Исправлены ошибки в namespace файлов;
- 0.4.0 - Добавлена возможность сохранения JWT токена и создания своих классов для сохранения;
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.0",
"guzzlehttp/guzzle": "6.3 - 7.1",
"psr/log": "^1.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 9f42875

Please sign in to comment.