Skip to content

Commit

Permalink
Merge pull request #151 from hhamon/feature/allow-guzzle-psr7-version-2
Browse files Browse the repository at this point in the history
Allow `guzzlehttp/psr7` to use version `^2.0.0`
  • Loading branch information
Kevinrob authored Nov 23, 2021
2 parents 6fb1072 + e0ca823 commit 51434e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/psr7": "^1.7.0"
"guzzlehttp/psr7": "^1.7.0 || ^2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.0",
Expand Down

0 comments on commit 51434e0

Please sign in to comment.