Skip to content

Commit f35fa69

Browse files
authored
Allow installation of psr/http-message v2 (#28)
Closes #27
1 parent 6554a2c commit f35fa69

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^8.0",
1313
"helmich/phpunit-json-assert": "^3.4",
14-
"psr/http-message": "^1.0"
14+
"psr/http-message": "^1.1 || ^2.0"
1515
},
1616
"require-dev": {
1717
"guzzlehttp/psr7": "^2.4",

0 commit comments

Comments
 (0)