require Nextcloud 20

This commit is contained in:
korelstar 2020-08-23 17:59:53 +02:00
parent ea953b0af1
commit 9e70b90ec5
2 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
<dependencies>
<php min-version="7.2" max-version="7.4" />
<nextcloud min-version="16" max-version="21" />
<nextcloud min-version="20" max-version="22" />
</dependencies>
<repair-steps>
<post-migration>

View File

@ -1,6 +1,6 @@
{
"require-dev": {
"christophwurst/nextcloud": "^16.0",
"christophwurst/nextcloud": "^20.0",
"nextcloud/coding-standard": "^0.3.0",
"squizlabs/php_codesniffer": "3.*",
"phan/phan": "^3.0",
@ -11,5 +11,7 @@
"psr-4": {
"OCA\\Notes\\Tests\\API\\": "tests/api/"
}
}
},
"minimum-stability": "beta",
"prefer-stable": true
}