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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-10 16:48:58 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-10 16:48:58 +0300
commit4e1af743e2b9af916728f2c27e1951f506749f2a (patch)
treea9b5abea834b3cda1e5559358ae77a579e279b58 /composer.json
parent76e522b913a2849945c89b682d61994f4df51616 (diff)
Fix phpunit test execution
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 9f41333..6b70090 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,8 @@
{
"require": {
"christian-riesen/otp": "1.*"
+ },
+ "require-dev": {
+ "christophwurst/nextcloud_testing": "^0.3.1"
}
}