Skip to content

Commit 42e4384

Browse files
authored
Merge pull request #56 from GrahamCampbell/patch-1
Allow `psr/http-message` v2
2 parents 08e44a2 + 04b0873 commit 42e4384

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
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.1 || ^8.0",
15-
"psr/http-message": "^1.0",
15+
"psr/http-message": "^1.0 || ^2.0",
1616
"psr/http-factory": "^1.0",
1717
"php-http/message-factory": "^1.0.2",
1818
"php-http/discovery": "^1.7"

0 commit comments

Comments
 (0)