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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-07 16:14:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-26 12:28:50 +0300
commit6a798c573153061ef4d7eb355ca7e7c79b169585 (patch)
tree6ccc66a073c81c60904acabc6d0e2f94227d4b54 /appinfo/info.xml
parent109911a8df402a8110a52f65f919401f6d5a26e3 (diff)
require php5.6+
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3e3979d..7942fd4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>A two factor provider for U2F devices</description>
<licence>agpl</licence>
<author>Christoph Wurst</author>
- <version>0.0.3</version>
+ <version>0.0.4</version>
<namespace>TwoFactorU2F</namespace>
<category>tools</category>
@@ -14,7 +14,7 @@
</two-factor-providers>
<dependencies>
- <php min-version="5.5" max-version="7.0"></php>
+ <php min-version="5.6" max-version="7.0"></php>
<nextcloud min-version="11" max-version="11" />
</dependencies>
</info>