summaryrefslogtreecommitdiff
path: root/composer.json
blob: 5b56395ba98c565111975f85081b79ef28a6ab79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "engelsystem/engelsystem",
    "description": "Shift planning system for chaos events",
    "type": "project",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "msquare",
            "email": "msquare@notrademark.de"
        },
        {
            "name": "MyIgel",
            "email": "igor.scheller@igorshp.de"
        }
    ],
    "require": {
        "php": ">=5.4",
        "erusev/parsedown": "1.6.*"
    }
}