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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-12 14:41:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-12 14:41:56 +0300
commit805c5f01a0465e48b6c7287cd443f86a5a1a9dbe (patch)
treedf13306961b635001e6ac6e7c90877cdde2ff438 /composer.json
parent64fb41a6ec7869fe9a17580d3da8f8ae0572e6ef (diff)
Extract testing framework for other apps; fix base classes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index afa6c5cee..fc195cf9b 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,7 @@
},
"require-dev": {
"christophwurst/nextcloud": "13.0.0",
- "phpunit/phpunit": "^5.7.26"
+ "christophwurst/nextcloud_testing": "0.1.0"
},
"suggest": {
"phan/phan": "^0.10.0"