summaryrefslogtreecommitdiff
path: root/composer.json
blob: 45dce6269264709348903fafc56d17f756a15577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "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": ">=7.0.0",
        "erusev/parsedown": "1.6.*",
        "twbs/bootstrap": "^3.3",
        "symfony/http-foundation": "^3.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^6.3"
    },
    "autoload": {
        "psr-4": {
            "Engelsystem\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    }
}