diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-10-31 04:57:59 +0300 |
---|---|---|
committer | Bruce Wells <brucekwells@gmail.com> | 2019-10-31 05:02:25 +0300 |
commit | 7988714aaac569b7cc39c3ad1831f12d54054fd7 (patch) | |
tree | ac756881772bbe8fe1c93bdab7f09283196d84ec /composer.json | |
parent | 6080fd414da7875dc9dce7136908247f08e14859 (diff) |
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/"} |