Skip to content

Commit

Permalink
dependencies: set min version of guzzlehttp/psr7 to 1.5.0
Browse files Browse the repository at this point in the history
Uri::withQueryValues() has been added in psr7 1.5.0 but our direct
dependency http-factory-guzzle is currently set to require ^1.4.2 which
could cause issues on some installations.

Signed-off-by: Kevin Decherf <[email protected]>
  • Loading branch information
Kdecherf committed Dec 4, 2021
1 parent 5665969 commit 3a06834
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 @@ -31,7 +31,8 @@
"simplepie/simplepie": "^1.5",
"smalot/pdfparser": "^1.0",
"symfony/options-resolver": "^3.4|^4.4|^5.3",
"true/punycode": "^2.1"
"true/punycode": "^2.1",
"guzzlehttp/psr7": "^1.5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 3a06834

Please sign in to comment.