diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2016-10-22 22:43:25 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-03-14 20:31:13 +0100 |
commit | 33153b8f3a2e4974ae5b1e9f4017f669e35207fe (patch) | |
tree | e4d67029439358c6decb25d04a79e1c65245a99f /composer.json | |
parent | bdfdd23b36cac0881ef4096180e1c9242753dd49 (diff) | |
download | volse-hubzilla-33153b8f3a2e4974ae5b1e9f4017f669e35207fe.tar.gz volse-hubzilla-33153b8f3a2e4974ae5b1e9f4017f669e35207fe.tar.bz2 volse-hubzilla-33153b8f3a2e4974ae5b1e9f4017f669e35207fe.zip |
[FEATURE] :construction_worker: Extend Travis CI integration.
Testing several Travis CI features.
Add DBs to travis execution matrix.
Doxygen API docu generation and deployment to gh-pages.
Update phpunit to 5.7.
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 b59c81bba..f355566f2 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ }, "require-dev" : { "php" : ">=5.6", - "phpunit/phpunit" : "^5.6", + "phpunit/phpunit" : "^5.7", "behat/behat" : "@stable", "behat/mink-extension": "@stable", "behat/mink-goutte-driver": "@stable" |