From 0557a5974c3193f3998573e2d229ffd3afe81338 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 13 Dec 2016 14:42:39 +0100 Subject: allow php7.1 Signed-off-by: Christoph Wurst --- .travis.yml | 5 +++-- appinfo/info.xml | 4 ++-- 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 @@ Two Factor TOTP Provider TOTP two-factor provider A Two-Factor-Auth Provider for TOTP (RFC 6238) - 0.5.0 + 0.5.1 agpl Christoph Wurst TwoFactorTOTP @@ -17,7 +17,7 @@ https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png - + -- cgit v1.2.3