{
    "name": "langleyfoxall/math_eval",
    "description": "✖️➕➖➗ `math_eval` safely evaluates mathematical expressions",
    "type": "library",
    "license": "LGPL-3.0-only",
    "authors": [
        {
            "name": "Jordan Hall",
            "email": "jordan@langleyfoxall.co.uk"
        }
    ],
    "require": {
        "php": ">=5.6",
        "mossadal/math-parser": "^1.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7",
        "fzaninotto/faker": "^1.6",
        "php-coveralls/php-coveralls": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "LangleyFoxall\\MathEval\\": "src/"
        },
        "files": [
            "src/math_eval.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "LangleyFoxall\\MathEval\\Tests\\": "tests/"
        }
    }
}
