Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2019-06-23 09:31:19 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2019-06-23 09:31:19 +0300
commitd580d6ca5fcff71fdf6968837929b1fb75013bb3 (patch)
tree33e8c4706bcb573bed1d7367e35b9eb6c5315eae /composer.json
parentc722e8850cdc7887a6d99a4c88f688d067f62762 (diff)
Update# testing tools
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 1d05c79..e4a4f57 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
- "phpunit/phpunit": "^5.5",
- "christophwurst/nextcloud_testing": "^0.3.1"
+ "phpunit/phpunit": "^7.5",
+ "christophwurst/nextcloud_testing": "^0.6.0"
}
}