diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 41f6cb2..d15b131 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -9,4 +9,4 @@ imports:
tools:
external_code_coverage:
- timeout: 7200 # Timeout in seconds. 120 minutes
+ timeout: 3600 # Timeout in seconds. 60 minutes
diff --git a/.travis.yml b/.travis.yml
index ff28150..fa3b56a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: required
dist: trusty
language: php
php:
- - 5.6
- 7
- 7.1
- 7.2
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9d51209..9ab7246 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,8 +17,8 @@
https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png
https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png
-
-
+
+
OCA\TwoFactorTOTP\Provider\TotpProvider
diff --git a/composer.json b/composer.json
index 7ac5395..a3f6cfc 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"endroid/qrcode": "1.7.*"
},
"platform": {
- "php": ">=5.6.0"
+ "php": ">=7.0.0"
},
"require-dev": {
"facebook/webdriver": "^1.5.0"
@@ -13,7 +13,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
- "php": "5.6"
+ "php": "7.0"
}
}
}