Skip to content

Commit

Permalink
Allow installing guzzlehttp/psr7:2.0 (#2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Mar 21, 2021
1 parent f38085e commit 0103c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
"php": "^7.2.5 || ^8.0",
"ext-json": "*",
"guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"psr/http-client": "^1.0"
},
"provide": {
Expand Down

0 comments on commit 0103c78

Please sign in to comment.