diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 5ccb9f4..701b47c 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,9 @@ "name": "nxp/math-executor", "description": "Simple math expressions calculator", "minimum-stability": "stable", + "keywords": ["math","parser","expression","calculator"], + "homepage": "http://github.com/NeonXP/MathExecutor", + "license": "GPLv2", "authors": [ { "name": "Alexander 'NeonXP' Kiryukhin", |