Skip to content

Commit

Permalink
downgrade guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
lessmore92 committed Jan 18, 2021
1 parent 03a5381 commit fe53150
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 97 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"minimum-stability": "dev",
"require": {
"php": ">7",
"lessmore92/php-ripple-keypairs": "v1.0.0",
"lessmore92/php-ripple-binary-codec": "v1.0.0",
"guzzlehttp/guzzle": "7.0"
"lessmore92/php-ripple-keypairs": "^v1.0",
"lessmore92/php-ripple-binary-codec": "^v1.0",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit fe53150

Please sign in to comment.