aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 4c57b47..8a5bd99 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "nxp/math-executor",
"description": "Simple math expressions calculator",
"minimum-stability": "stable",
- "keywords": ["math","parser","expression","calculator"],
+ "keywords": ["math","parser","expression","calculator","formula","mathmatics"],
"homepage": "http://github.com/NeonXP/MathExecutor",
"license": "MIT",
"authors": [
@@ -19,8 +19,5 @@
},
"autoload": {
"psr-0": {"NXP": "src/"}
- },
- "config": {
- "bin-dir": "bin"
}
}