diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0e8beee..2acbbd9 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,12 @@ } ], "require": { - "psr/log": "1.*", + "psr/log": "1.*", "php": ">=5.3.2" }, + "require-dev": { + "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5" + }, "autoload": { "psr-0": { "Analog": "lib/" |