aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 1eb042790c7825c49850b65430437e280ebd3407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "NXP/MathExecutor",
    "description": "Simple math expressions calculator",
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "Alexander 'NeonXP' Kiryukhin",
            "email": "frei@neonxp.info"
        }
    ],
    "autoload": {
        "psr-0": {"NXP": "."}
    }
}