xref: /plugin/oauth/composer.json (revision 5cabb95e5fbb59e416329042fb976efd422a00c5)
1{
2    "name": "cosmocode/dokuwiki-plugin-oauth",
3    "description": "OAuth Plugin for DokuWiki",
4    "type": "project",
5    "license": "GPL2",
6    "require": {
7        "lusitanian/oauth": "0.8.*"
8    }
9}
10