xref: /plugin/dev/composer.json (revision 89e2f9d12769d43f18c28526a434579f54e63d0b)
1{
2    "name": "dokuwiki/plugin-dev",
3    "description": "DokuWiki dev plugin and wizard",
4    "type": "project",
5    "license": "GPLv2",
6    "autoload": {
7        "psr-4": {
8            "dokuwiki\\plugin\\dev\\": "./"
9        }
10    },
11    "authors": [
12        {
13            "name": "Andreas Gohr",
14            "email": "andi@splitbrain.org"
15        }
16    ],
17    "require": {
18        "splitbrain/php-archive": "^1.3"
19    }
20}
21