diff options
author | git-marijus <mario@mariovavti.com> | 2017-05-28 18:00:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-28 18:00:58 +0200 |
commit | 98fe474276d702250712e952741de5c41aa15f5e (patch) | |
tree | def9c5285b41b6437d825d0c6948f3cdb948f6f1 /composer.json | |
parent | bb669ccd2c4a95b13a515d85bf3d508024bc7eb7 (diff) | |
parent | 586c72fbe5f9293b7dfc05990eddfceb472921ef (diff) | |
download | volse-hubzilla-98fe474276d702250712e952741de5c41aa15f5e.tar.gz volse-hubzilla-98fe474276d702250712e952741de5c41aa15f5e.tar.bz2 volse-hubzilla-98fe474276d702250712e952741de5c41aa15f5e.zip |
Merge pull request #796 from dawnbreak/QA_testing
Testing HTML 2 Markdown conversion.
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", |