diff options
author | Alexander Kiryukhin <alexander@kiryukhin.su> | 2018-09-06 20:41:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-06 20:41:13 +0300 |
commit | 7b657db13f0b76432ca0039e45f4b8f5e09879c2 (patch) | |
tree | 954c50f2644212742442e0027efb081620d2a109 /composer.json | |
parent | a969571772a9761f67672b229741f209f5391560 (diff) | |
parent | aa1a092a9e231e8f923ab40365dff092c2908903 (diff) |
Merge branch 'master' into dev
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 586ad96..dc35c2f 100644 --- a/composer.json +++ b/composer.json @@ -4,14 +4,23 @@ "minimum-stability": "stable", "keywords": ["math","parser","expression","calculator"], "homepage": "http://github.com/NeonXP/MathExecutor", - "license": "GPLv2", + "license": "MIT", "authors": [ { "name": "Alexander 'NeonXP' Kiryukhin", "email": "frei@neonxp.info" } ], + "require": { + "php": ">=5.6" + }, + "require-dev": { + "phpunit/phpunit": "~5.0" + }, "autoload": { "psr-0": {"NXP": "src/"} + }, + "config": { + "bin-dir": "bin" } } |