Skip to content

Commit

Permalink
support guzzle 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed Oct 15, 2020
1 parent e28e9e0 commit c9bbf78
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
Expand Up @@ -20,9 +20,9 @@

"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3 | ^7.0",
"guzzlehttp/guzzle": "^7.0",
"iexbase/web3.php": "^2.0",
"kornrunner/secp256k1": "^0.1.2",
"sc0vu/web3.php": "^0.1.4",
"simplito/elliptic-php": "^1.0"
},

Expand Down

0 comments on commit c9bbf78

Please sign in to comment.