Skip to content

Commit e7bd5f8

Browse files
authored
Merge pull request #150 from nicolas-grekas/patch-2
Allow "psr/http-message" v2
2 parents e542e6e + 0b1ce26 commit e7bd5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^7.1 || ^8.0",
1919
"clue/stream-filter": "^1.5",
2020
"php-http/message-factory": "^1.0.2",
21-
"psr/http-message": "^1.0"
21+
"psr/http-message": "^1.0 || ^2.0"
2222
},
2323
"provide": {
2424
"php-http/message-factory-implementation": "1.0"

0 commit comments

Comments
 (0)