diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-16 10:02:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 10:02:17 +1100 |
commit | 16df1c1ad4251db369a9b90889c12c186a2f12fb (patch) | |
tree | 7e87e4c198cda6474d996a5cfd6d6b47ebfcc8dc /composer.json | |
parent | 62c921815fcc832d550c5c453284e911da10692f (diff) | |
parent | 5c080ca4e84d9c516d229b8a1248ad5aecf2fe0f (diff) | |
download | volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.tar.gz volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.tar.bz2 volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.zip |
Merge pull request #569 from dawnbreak/QA_testing
[FEATURE] Extend Travis CI integration.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index b59c81bba..868a89d19 100644 --- a/composer.json +++ b/composer.json @@ -33,11 +33,12 @@ "pixel418/markdownify": "^2.2" }, "require-dev" : { - "php" : ">=5.6", - "phpunit/phpunit" : "^5.6", + "php" : ">=7.0", + "phpunit/phpunit" : "^6.0", "behat/behat" : "@stable", "behat/mink-extension": "@stable", - "behat/mink-goutte-driver": "@stable" + "behat/mink-goutte-driver": "@stable", + "php-mock/php-mock-phpunit": "^2.0" }, "autoload" : { "psr-4" : { |