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