Skip to content

Commit 07003f4

Browse files
authored
fix version missmatch for psr/http-message with wikimedia (#39)
* fix version missmatch for psr/http-message with wikimedia See https://gerrit.wikimedia.org/r/c/mediawiki/core/+/971581
1 parent 0e48ff5 commit 07003f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"phpcs": "phpcs -sp --cache"
2424
},
2525
"require": {
26-
"league/oauth2-client": "^2.7"
26+
"league/oauth2-client": "^2.7",
27+
"psr/http-message": "~1.0.1"
2728
}
2829
}

0 commit comments

Comments
 (0)