Skip to content

Commit

Permalink
change guzzlehttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
vhar authored May 12, 2021
1 parent 733feb5 commit df944a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vhar/sberbank",
"description": "Simple PHP client for Sperbank acquiring REST API",
"version": "0.1.1",
"version": "0.1.2",
"type": "library",
"keywords": ["sberbank", "sberbank online", "credit card", "sberbank acquiring"],
"require": {
"php": ">=7.1",
"ext-json": "*",
"guzzlehttp/guzzle": ">=6.5.5"
"guzzlehttp/guzzle": "^6.1.0|^7.3"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit df944a0

Please sign in to comment.