diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2f9235353..2be20133d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -25,8 +25,8 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
https://github.com/nextcloud/notes.git
https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png
-
-
+
+
diff --git a/composer.json b/composer.json
index d74a04a00..0d439f2d3 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"require-dev": {
"guzzlehttp/guzzle": "^7",
"nextcloud/coding-standard": "^1.0",
- "nextcloud/ocp": "dev-stable28",
+ "nextcloud/ocp": "dev-stable33",
"phan/phan": "^5",
"php-cs-fixer/shim": "3.95.1",
"psalm/phar": "^5.26",
@@ -18,7 +18,7 @@
},
"config": {
"platform": {
- "php": "8.0"
+ "php": "8.2"
},
"sort-packages": true
},
diff --git a/composer.lock b/composer.lock
index 91efa7cea..af8d88207 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "59ee4d7a0f7a5c289e698bf23f1f4ecb",
+ "content-hash": "3cac2f9cbb3278a681c802a1a7814be4",
"packages": [],
"packages-dev": [
{
@@ -842,29 +842,29 @@
},
{
"name": "nextcloud/ocp",
- "version": "dev-stable28",
+ "version": "dev-stable33",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
- "reference": "8f6935d89692e4f72c2a4f19c7653340939a5a2f"
+ "reference": "5e155feb45c25111b89680f6120f71ae0a510ba4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/8f6935d89692e4f72c2a4f19c7653340939a5a2f",
- "reference": "8f6935d89692e4f72c2a4f19c7653340939a5a2f",
+ "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5e155feb45c25111b89680f6120f71ae0a510ba4",
+ "reference": "5e155feb45c25111b89680f6120f71ae0a510ba4",
"shasum": ""
},
"require": {
- "php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
+ "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5",
"psr/clock": "^1.0",
"psr/container": "^2.0.2",
"psr/event-dispatcher": "^1.0",
- "psr/log": "^1.1.4"
+ "psr/log": "^3.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-stable28": "28.0.0-dev"
+ "dev-stable33": "33.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -875,14 +875,18 @@
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
+ },
+ {
+ "name": "Joas Schilling",
+ "email": "coding@schilljs.com"
}
],
- "description": "Composer package containing Nextcloud's public API (classes, interfaces)",
+ "description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
"support": {
"issues": "https://github.com/nextcloud-deps/ocp/issues",
- "source": "https://github.com/nextcloud-deps/ocp/tree/stable28"
+ "source": "https://github.com/nextcloud-deps/ocp/tree/stable33"
},
- "time": "2026-02-27T01:06:48+00:00"
+ "time": "2026-05-09T01:52:52+00:00"
},
{
"name": "phan/phan",
@@ -1586,30 +1590,30 @@
},
{
"name": "psr/log",
- "version": "1.1.4",
+ "version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.1.x-dev"
+ "dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
- "Psr\\Log\\": "Psr/Log/"
+ "Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1630,9 +1634,9 @@
"psr-3"
],
"support": {
- "source": "https://github.com/php-fig/log/tree/1.1.4"
+ "source": "https://github.com/php-fig/log/tree/3.0.2"
},
- "time": "2021-05-03T11:20:27+00:00"
+ "time": "2024-09-11T13:17:53+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -2395,7 +2399,7 @@
"platform": {},
"platform-dev": {},
"platform-overrides": {
- "php": "8.0"
+ "php": "8.2"
},
"plugin-api-version": "2.9.0"
}
diff --git a/psalm.xml b/psalm.xml
index 83f2ebcf6..3ece1741f 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -5,7 +5,7 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="tests/psalm-baseline.xml"
- phpVersion="8.1"
+ phpVersion="8.2"
>