From a60624a8e25883d9151b63cea0f3056a32693f1e Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 25 Sep 2022 05:07:11 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub --- composer.json | 4 +--- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index be64a9f68..b772a3969 100644 --- a/composer.json +++ b/composer.json @@ -8,12 +8,10 @@ "name": "nextcloud/notifications", "description": "notifications", "license": "AGPL", - "require": { - }, "require-dev": { "phpunit/phpunit": "^9.5", "nextcloud/coding-standard": "^1.0.0", - "christophwurst/nextcloud": "dev-master@dev", + "christophwurst/nextcloud": "dev-stable24", "vimeo/psalm": "^4.3.2" }, "config": { diff --git a/composer.lock b/composer.lock index 64e4f06b8..06f8640ff 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": "a302cab2d34495c261aafb5d120ad068", + "content-hash": "918920816c66ea6dbe00511cac1f7880", "packages": [], "packages-dev": [ { @@ -175,25 +175,24 @@ }, { "name": "christophwurst/nextcloud", - "version": "dev-master", + "version": "dev-stable24", "source": { "type": "git", "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "6aec9c3521c554466bb7d92559782cf61f391c79" + "reference": "55af8ca3c8530d23aa1aecf4e149bea04fa47207" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/6aec9c3521c554466bb7d92559782cf61f391c79", - "reference": "6aec9c3521c554466bb7d92559782cf61f391c79", + "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/55af8ca3c8530d23aa1aecf4e149bea04fa47207", + "reference": "55af8ca3c8530d23aa1aecf4e149bea04fa47207", "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": { @@ -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/stable24" }, - "time": "2022-02-07T08:09:24+00:00" + "abandoned": "nextcloud/ocp", + "time": "2022-08-23T02:31:47+00:00" }, { "name": "composer/package-versions-deprecated", @@ -4851,5 +4851,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }