Skip to content

Commit be259b7

Browse files
Merge pull request #373 from nextcloud/enhancement/nextcloud20
Allow Nextcloud 20, drop Nextcloud 17
2 parents a236a23 + 5223d5f commit be259b7

File tree

4 files changed

+457
-17
lines changed

4 files changed

+457
-17
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ after_script:
6565
matrix:
6666
include:
6767
- php: 7.2
68-
env: "DB=sqlite SERVER_BRANCH=v16.0.0"
69-
- php: 7.3
70-
env: "DB=sqlite SERVER_BRANCH=stable16"
71-
- php: 7.3
72-
env: "DB=sqlite SERVER_BRANCH=stable17"
68+
env: "DB=sqlite SERVER_BRANCH=v18.0.0"
7369
- php: 7.3
7470
env: "DB=sqlite SERVER_BRANCH=stable18"
71+
- php: 7.3
72+
env: "DB=sqlite SERVER_BRANCH=stable19"
7573
- php: 7.3
7674
env: "DB=sqlite"
7775
- php: 7.2

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_gateway/3f895bc997c1a3a38c9bae16ccae8bd499af864e/screenshots/challenge.png</screenshot>
2020
<dependencies>
2121
<php min-version="7.2" max-version="7.4"/>
22-
<nextcloud min-version="16" max-version="19"/>
22+
<nextcloud min-version="18" max-version="20"/>
2323
</dependencies>
2424

2525
<two-factor-providers>

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"require": {
3-
"christophwurst/nextcloud": "^16.0",
3+
"christophwurst/nextcloud": "^18.0",
44
"irazasyed/telegram-bot-sdk": "^3.0"
55
},
66
"require-dev": {
77
"christophwurst/nextcloud_testing": "^0.10",
8-
"nextcloud/coding-standard": "^0.3.0"
8+
"nextcloud/coding-standard": "^0.3.0",
9+
"roave/security-advisories": "dev-master"
910
},
1011
"config": {
1112
"optimize-autoloader": true,

0 commit comments

Comments
 (0)