Skip to content

Commit

Permalink
deps: loosen guzzle version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfaassen authored Mar 17, 2021
1 parent 3a0cf7e commit aeabd56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"symfony/dotenv": "^3.3"
},
"require": {
"guzzlehttp/guzzle": "^4.0|^5.0|^6.0",
"guzzlehttp/streams": "~3.0"
"guzzlehttp/guzzle": "^4.0|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aeabd56

Please sign in to comment.