Skip to content

Commit

Permalink
Merge pull request #412 from HubSpot/feature/setHttpMessageVersion
Browse files Browse the repository at this point in the history
Lock psr/http-message to version v1.1.
  • Loading branch information
ksvirkou-hubspot authored May 18, 2023
2 parents 1af138c + 9efa24c commit b54c24b
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 @@ -14,7 +14,8 @@
"require": {
"php": ">=7.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.3"
"guzzlehttp/guzzle": "^7.3",
"psr/http-message": "^1.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
Expand Down

0 comments on commit b54c24b

Please sign in to comment.