summaryrefslogtreecommitdiff
path: root/composer.json
blob: 4ba5a1ed1240bd6a96a01338f1272877a9fff7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "mnml/mnml",
    "authors": [
        {
            "name": "Daniel Weipert",
            "email": "git@mail.dweipert.de"
        }
    ],
    "require": {},
    "autoload": {
        "psr-4": {
            "Mnml\\": "src/"
        }
    }
}