Skip to content

Commit

Permalink
Allow guzzlehttp/psr7 ^1.7|^2.1 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuin committed Dec 7, 2021
1 parent 62c256c commit 300bf29
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 @@ -16,7 +16,7 @@
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/promises": "^1.4.0",
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/psr7": "^1.7|^2.1",
"beberlei/assert": "~2.7|~3.0",
"flix-tech/avro-php": "^4.1"
},
Expand Down

0 comments on commit 300bf29

Please sign in to comment.