blob: 8a5bd994e1e67e5672d7e9d8e94235c268f2c531 (
plain) (
tree)
|
|
{
"name": "nxp/math-executor",
"description": "Simple math expressions calculator",
"minimum-stability": "stable",
"keywords": ["math","parser","expression","calculator","formula","mathmatics"],
"homepage": "http://github.com/NeonXP/MathExecutor",
"license": "MIT",
"authors": [
{
"name": "Alexander 'NeonXP' Kiryukhin",
"email": "frei@neonxp.info"
}
],
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-0": {"NXP": "src/"}
}
}
|