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