From 4dcd22a7edfb1ce32f8267f35eee74ae48968411 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 9 Jul 2023 04:49:06 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a02b5c8b..9fe2de69 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "phpunit/phpunit": "^9.5", "nextcloud/coding-standard": "^1.0.0", "vimeo/psalm": "^4.3.2", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable26" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index 6235629e..a42ff2a6 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": "980c4008778aa089c4aa2ccc37e46a77", + "content-hash": "cb50b30681d6fc212cf2611f3ddbdd2b", "packages": [], "packages-dev": [ { @@ -1062,16 +1062,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable26", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "35711a5c821cc9589d58efa0ded87ae948ab71ed" + "reference": "e83c3af4c37a8be5d7c6a6339f4aa2c99cc74f97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/35711a5c821cc9589d58efa0ded87ae948ab71ed", - "reference": "35711a5c821cc9589d58efa0ded87ae948ab71ed", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/e83c3af4c37a8be5d7c6a6339f4aa2c99cc74f97", + "reference": "e83c3af4c37a8be5d7c6a6339f4aa2c99cc74f97", "shasum": "" }, "require": { @@ -1080,7 +1080,6 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1099,9 +1098,10 @@ ], "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "support": { - "source": "https://github.com/nextcloud-deps/ocp/tree/master" + "issues": "https://github.com/nextcloud-deps/ocp/issues", + "source": "https://github.com/nextcloud-deps/ocp/tree/stable26" }, - "time": "2022-09-22T12:49:25+00:00" + "time": "2023-07-06T00:47:48+00:00" }, { "name": "nikic/php-parser",