From e91a0986f4d936c8cec2e34ea9a8a47ddb49492e Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 25 Sep 2022 05:07:10 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 6584479..2d428b9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType" }, "require-dev": { - "christophwurst/nextcloud": "dev-master", + "christophwurst/nextcloud": "dev-stable25", "nextcloud/coding-standard": "^1.0.0", "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4.27.0" diff --git a/composer.lock b/composer.lock index b5d7e50..626513c 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": "ea9f19291a98e39e48702ff716826b69", + "content-hash": "78aba6b77017cf8b7b6d07d069986504", "packages": [], "packages-dev": [ { @@ -175,16 +175,16 @@ }, { "name": "christophwurst/nextcloud", - "version": "dev-master", + "version": "dev-stable25", "source": { "type": "git", "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "f3abf96743e08aab987088d192c663765712cf6b" + "reference": "f79ac43d0422211b35542856338d808bc94a116b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/f3abf96743e08aab987088d192c663765712cf6b", - "reference": "f3abf96743e08aab987088d192c663765712cf6b", + "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/f79ac43d0422211b35542856338d808bc94a116b", + "reference": "f79ac43d0422211b35542856338d808bc94a116b", "shasum": "" }, "require": { @@ -193,11 +193,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "25.0.0-dev" + "dev-master": "26.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -213,9 +212,10 @@ "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "support": { "issues": "https://github.com/ChristophWurst/nextcloud_composer/issues", - "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/master" + "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/stable25" }, - "time": "2022-09-17T02:33:38+00:00" + "abandoned": "nextcloud/ocp", + "time": "2022-09-22T12:39:39+00:00" }, { "name": "composer/package-versions-deprecated",