Skip to content

Commit

Permalink
take dependency on http-message 1.0 (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
stobrien89 authored Apr 27, 2023
1 parent 6d759ef commit 08f14d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changes/nextrelease/http-message-fix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "enhancement",
"category": "",
"description": "Takes explicit dependency on psr/http-message >= 1.0 to avoid conflicts."
}
]
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"ext-pcre": "*",
"ext-json": "*",
"ext-simplexml": "*",
"aws/aws-crt-php": "^1.0.4"
"aws/aws-crt-php": "^1.0.4",
"psr/http-message": "^1.0"
},
"require-dev": {
"composer/composer" : "^1.10.22",
Expand All @@ -39,7 +40,6 @@
"nette/neon": "^2.3",
"andrewsville/php-token-reflection": "^1.4",
"psr/cache": "^1.0",
"psr/http-message": "^1.0",
"psr/simple-cache": "^1.0",
"paragonie/random_compat": ">= 2",
"sebastian/comparator": "^1.2.3 || ^4.0",
Expand Down

0 comments on commit 08f14d9

Please sign in to comment.