From e62535c01741affd984effd8f5499e5a7cb5af50 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Fri, 30 Sep 2022 05:26:10 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 976b8420..3d1a0f88 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "nextcloud/coding-standard": "^1.0.0", "phpunit/phpunit": "^9.5", - "christophwurst/nextcloud": "dev-master", + "christophwurst/nextcloud": "dev-stable25", "vimeo/psalm": "^4.19", "doctrine/dbal": "^3", "deepdiver/zipstreamer": "^2.0" diff --git a/composer.lock b/composer.lock index c32899c5..da454865 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": "10f537c35625e9614d757ccd07d073fd", + "content-hash": "fc300037c17a3b90bea9ed532f84ee6a", "packages": [], "packages-dev": [ { @@ -175,29 +175,28 @@ }, { "name": "christophwurst/nextcloud", - "version": "dev-master", + "version": "dev-stable25", "source": { "type": "git", "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "200625c1d38153c2caf2eed986b5ce9a6ec39487" + "reference": "2eba68e1533a07d256d0162bbf27c46d79442388" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/ChristophWurst/nextcloud_composer/zipball/200625c1d38153c2caf2eed986b5ce9a6ec39487", - "reference": "200625c1d38153c2caf2eed986b5ce9a6ec39487", + "url": "https://github.com/gitapi/repos/ChristophWurst/nextcloud_composer/zipball/2eba68e1533a07d256d0162bbf27c46d79442388", + "reference": "2eba68e1533a07d256d0162bbf27c46d79442388", "shasum": "" }, "require": { "php": "^7.4 || ~8.0 || ~8.1", - "psr/container": "^1.0", + "psr/container": "^1.1.1", "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "24.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-04-09T01:41:32+00:00" + "abandoned": "nextcloud/ocp", + "time": "2022-09-27T02:33:17+00:00" }, { "name": "composer/package-versions-deprecated",