diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-10-31 05:14:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 05:14:36 +0300 |
commit | b8456057af1bcaad362ccb5ef55e8c696dd63e11 (patch) | |
tree | 82e1740afc4f7143b2998ceb1e04e980e054f9a0 /composer.json | |
parent | ce5001573292f864471acf006b69186e2a2ba8be (diff) |
Upgrading to PHP 7.1 (#48)V1.0.0
* Subtraction fix (#46) (#7)
* Updated unit tests
* Fixed docs
* Better unary minus support
* Subtraction fix (#46) (#8)
* Updated unit tests
* Fixed docs
* Better unary minus support
* Upgrading PHPUnit and dropping support for 5.6 and 7.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index dc35c2f..4c57b47 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ } ], "require": { - "php": ">=5.6" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "~5.0" + "phpunit/phpunit": "~7.0" }, "autoload": { "psr-0": {"NXP": "src/"} |