Skip to content

Commit

Permalink
Set ^1.7.0 constraint for guzzlehttp/psr7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Jul 11, 2021
1 parent d40eb54 commit 0e4dfb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0"
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/psr7": "^1.7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.0",
Expand Down

0 comments on commit 0e4dfb4

Please sign in to comment.