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>2020-04-11 03:56:28 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2020-04-11 03:56:28 +0300
commitbe903f46024b67e252b0ab6338f814ef9a32c15e (patch)
tree6587e5cc6840099049cca6b2682160eb9535aabb /composer.json
parentde4b3d5b833a0951b7862080fe0d89f7d110e09b (diff)
Update tests: phpunit version, adhere to official app bootstraping
approach
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 e4a4f57..c1b7598 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
- "phpunit/phpunit": "^7.5",
- "christophwurst/nextcloud_testing": "^0.6.0"
+ "phpunit/phpunit": "^8.0",
+ "christophwurst/nextcloud_testing": "0.10.0"
}
}