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 17:06:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-10 17:06:52 +0300
commite2d7a4ea1dc79e692c3d983916ff9659c7bdd8ee (patch)
tree046ca59dfc48cf3460bbfe4b8929f16ffae4cc08 /composer.json
parenta0c7e80e3f9a595ba6ccb089706bb5e7b3ac6d1c (diff)
Switch to nc14 dev lib
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 2d0859b..58e86d8 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"require": {
"christian-riesen/otp": "1.*",
- "christophwurst/nextcloud": "^13.0"
+ "christophwurst/nextcloud": "dev-master"
},
"require-dev": {
"christophwurst/nextcloud_testing": "^0.3.1"