diff options
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 1780839..e33f70c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "katzgrau/klogger", - "version": "1.2.0", + "version": "1.2.1", "description": "A Simple Logging Class", "keywords": ["logging"], "require": { @@ -8,7 +8,7 @@ "psr/log": "^1.0.0" }, "require-dev": { - "phpunit/phpunit": "4.0.*" + "phpunit/phpunit": "^6.0.0" }, "license": "MIT", "authors": [ |