Skip to content

Commit

Permalink
Merge pull request #5 from Flowpack/mficzel-patch-1
Browse files Browse the repository at this point in the history
TASK: Relax version constraint for guzzle psr7
  • Loading branch information
mficzel authored Apr 2, 2024
2 parents 65d055c + c1d2723 commit 8a3f3e0
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 @@ -6,7 +6,7 @@
"require": {
"php": "~7.0 || ~8.0",
"neos/flow": "~6.0 || ~7.0 || ~8.0 || dev-master",
"guzzlehttp/psr7": "^1.8.4"
"guzzlehttp/psr7": "^1.8.4 || ^2.1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8a3f3e0

Please sign in to comment.