Skip to content

Commit 3e5f35b

Browse files
committed
build(deps): drop NC 30
- 30 is EOL and it also limits in using newer APIs like \OCP\Security\Events\ValidatePasswordPolicyEvent or \OCP\Security\PasswordContext that were introduced or extended with 31 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent eee8bd7 commit 3e5f35b

5 files changed

Lines changed: 27 additions & 23 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud.
2626
Have a good time and manage whatever you want.
2727
2828
]]></description>
29-
<version>1.0.1</version>
29+
<version>2.0.0-alpha.1</version>
3030
<licence>agpl</licence>
3131
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
3232
<namespace>Tables</namespace>
@@ -48,7 +48,7 @@ Have a good time and manage whatever you want.
4848
<database>pgsql</database>
4949
<database>mysql</database>
5050
<database>sqlite</database>
51-
<nextcloud min-version="30" max-version="33"/>
51+
<nextcloud min-version="31" max-version="33"/>
5252
</dependencies>
5353
<repair-steps>
5454
<pre-migration>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"nextcloud/coding-standard": "^v1.4.0",
19-
"nextcloud/ocp": "dev-stable30",
19+
"nextcloud/ocp": "dev-stable31",
2020
"staabm/annotate-pull-request-from-checkstyle": "^1.8.6",
2121
"phpunit/phpunit": "^9",
2222
"psalm/phar": "^5.26.1"

composer.lock

Lines changed: 21 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tables",
33
"description": "Manage data within tables.",
4-
"version": "1.0.1",
4+
"version": "2.0.0-alpha.1",
55
"author": "Florian Steffens <florian.steffens@nextcloud.com",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)