Skip to content

Commit

Permalink
fix version missmatch for psr/http-message with wikimedia (#39)
Browse files Browse the repository at this point in the history
* fix version missmatch for psr/http-message with wikimedia

See https://gerrit.wikimedia.org/r/c/mediawiki/core/+/971581
  • Loading branch information
Mic92 committed Nov 18, 2023
1 parent 0e48ff5 commit 07003f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"phpcs": "phpcs -sp --cache"
},
"require": {
"league/oauth2-client": "^2.7"
"league/oauth2-client": "^2.7",
"psr/http-message": "~1.0.1"
}
}

0 comments on commit 07003f4

Please sign in to comment.