diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-05-18 21:43:50 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-05-24 20:40:47 +0200 |
commit | 8ce98e38dc3fff9c38d1c458577b8bb9209e24c8 (patch) | |
tree | 25fc24ec4aed248425a252d5118bda9e1bb28244 /composer.json | |
parent | 31d920817264552cece5a57c2390411af4d7a3a1 (diff) | |
download | volse-hubzilla-8ce98e38dc3fff9c38d1c458577b8bb9209e24c8.tar.gz volse-hubzilla-8ce98e38dc3fff9c38d1c458577b8bb9209e24c8.tar.bz2 volse-hubzilla-8ce98e38dc3fff9c38d1c458577b8bb9209e24c8.zip |
:arrow_up: Update dev libraries.
phpunit 6.1, behat, etc.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 9738b21e8..eb584f6eb 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "require-dev" : { "php" : ">=7.0", - "phpunit/phpunit" : "^6.0", + "phpunit/phpunit" : "^6.1", "behat/behat" : "@stable", "behat/mink-extension": "@stable", "behat/mink-goutte-driver": "@stable", |