Skip to content

Commit 1641f12

Browse files
make psr/http-message less string with 1.1 and 2.0 versions
1 parent 11b3007 commit 1641f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ext-json": "*",
3939
"ext-libxml": "*",
4040
"psr/http-factory": "^1.0",
41-
"psr/http-message": "^2.0"
41+
"psr/http-message": "^1.1 | ^2.0"
4242
},
4343
"require-dev": {
4444
"adriansuter/php-autoload-override": "^1.4",

0 commit comments

Comments
 (0)