MathExecutor/composer.json

37 lines
663 B
JSON
Raw Normal View History

2013-03-14 04:27:37 +04:00
{
"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": "a.kiryukhin@mail.ru"
2017-09-12 14:54:51 +03:00
},
{
"name": "Bruce Wells",
"email": "brucekwells@gmail.com"
}
],
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~8.0"
},
"autoload": {
"psr-0": {
"NXP": "src/"
2013-03-14 04:27:37 +04:00
}
}
2013-03-14 04:27:37 +04:00
}