diff options
author | James Valleroy <jvalleroy@mailbox.org> | 2017-12-01 11:58:21 -0500 |
---|---|---|
committer | James Valleroy <jvalleroy@mailbox.org> | 2017-12-01 12:09:54 -0500 |
commit | f7a8440f1819f9046e4d6f463dd097e4c182f624 (patch) | |
tree | 6c328748e7acbf2f23bcb1f58a260b99fa63f9fe | |
parent | 753561b1f495f6ec98644485d3e6fdbfc26ccdb8 (diff) | |
download | KLogger-f7a8440f1819f9046e4d6f463dd097e4c182f624.zip KLogger-f7a8440f1819f9046e4d6f463dd097e4c182f624.tar.gz KLogger-f7a8440f1819f9046e4d6f463dd097e4c182f624.tar.bz2 |
Update composer.json for phpunit v6
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 9b85bb2..e33f70c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "psr/log": "^1.0.0" }, "require-dev": { - "phpunit/phpunit": "4.0.*" + "phpunit/phpunit": "^6.0.0" }, "license": "MIT", "authors": [ |