Skip to content

Commit 61bf9da

Browse files
authored
Merge pull request #102 from annuh/patch-1
deps: allow psr/http-message ^2.0
2 parents aef2ece + 98949ae commit 61bf9da

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
@@ -29,7 +29,7 @@
2929
"psr/clock": "^1.0",
3030
"psr/http-factory": "^1.0",
3131
"psr/http-factory-implementation": "*",
32-
"psr/http-message": "^1.0",
32+
"psr/http-message": "^1.0 || ^2.0",
3333
"psr/http-message-implementation": "*",
3434
"psr/log": "^1.0.2 || ^2.0 || ^3.0",
3535
"setasign/fpdf": "^1.8",

0 commit comments

Comments
 (0)