Skip to content

Commit 0541423

Browse files
authored
Merge pull request #246 from DannyvdSluijs/build/allow-psr-http-message-v2
Allow `psr/http-message` v2 to increase compatibility with other packages
2 parents 8bc4569 + 61472b8 commit 0541423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"myclabs/php-enum": "^1.5",
1010
"php-http/discovery": "^1.5",
1111
"php-http/httplug": ">=1.1",
12-
"psr/http-message": "^1.0",
12+
"psr/http-message": "^1.0 || ^2.0",
1313
"psr/simple-cache": "^1.0",
1414
"symfony/cache": ">=5.0",
1515
"setasign/fpdf": "^1.8",

0 commit comments

Comments
 (0)