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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-12-19 00:33:04 +0300
committerGitHub <noreply@github.com>2016-12-19 00:33:04 +0300
commite307d1fd7ebda98491baf7776067b42d003cb3be (patch)
tree53db080f4a0892a501f95afdd7111be3039aeae1
parentc17e8b5177e8aff85552c96b9f863e3a97cdfbe5 (diff)
parent0557a5974c3193f3998573e2d229ffd3afe81338 (diff)
Merge pull request #99 from nextcloud/php7.1nightly-20161218
allow php7.1
-rw-r--r--.travis.yml5
-rw-r--r--appinfo/info.xml4
2 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 87c9a0e..e934671 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,9 @@ sudo: required
dist: trusty
language: php
php:
-- 5.6
-- 7
+ - 5.6
+ - 7
+ - 7.1
addons:
apt:
packages:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6f77f33..0fb0650 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two Factor TOTP Provider</name>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
- <version>0.5.0</version>
+ <version>0.5.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
@@ -17,7 +17,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
<dependencies>
- <php min-version="5.6" max-version="7.0" />
+ <php min-version="5.6" max-version="7.1" />
<nextcloud min-version="11" max-version="12" />
</dependencies>
<two-factor-providers>