Skip to content

Commit

Permalink
Downgrade guzzle to works with PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprompt committed Dec 17, 2020
1 parent 8c1fb8c commit 337b9e5
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 98 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=7.2",
"ext-json": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/guzzle": "^6.5",
"justinrainbow/json-schema": "^5.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 337b9e5

Please sign in to comment.