Merge pull request #222 from nextcloud/feature/nc14
Make compatible with nc14
This commit is contained in:
Коммит
6e8c8928df
|
@ -9,4 +9,4 @@ imports:
|
|||
|
||||
tools:
|
||||
external_code_coverage:
|
||||
timeout: 7200 # Timeout in seconds. 120 minutes
|
||||
timeout: 3600 # Timeout in seconds. 60 minutes
|
||||
|
|
|
@ -2,7 +2,6 @@ sudo: required
|
|||
dist: trusty
|
||||
language: php
|
||||
php:
|
||||
- 5.6
|
||||
- 7
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
<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.2" />
|
||||
<nextcloud min-version="13" max-version="13" />
|
||||
<php min-version="7.0" max-version="7.2" />
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
<two-factor-providers>
|
||||
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче