From 22b7f4ca7efb44eca0d6a5e88acb1c7fbcd33110 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 13 Nov 2022 04:31:57 +0000 Subject: Update psalm baseline Signed-off-by: GitHub --- composer.json | 3 ++- composer.lock | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 50 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c2e38e26..ebb76a5e 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4.22", "nextcloud/coding-standard": "^1.0", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-master", + "christophwurst/nextcloud": "dev-master" } } diff --git a/composer.lock b/composer.lock index a3ad8df9..a969b471 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": "ece3218dd2b461283ece53f386990931", + "content-hash": "8516427973bbf42776489c5112653719", "packages": [], "packages-dev": [ { @@ -173,6 +173,51 @@ ], "time": "2021-03-30T17:13:30+00:00" }, + { + "name": "christophwurst/nextcloud", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/ChristophWurst/nextcloud_composer.git", + "reference": "87beb20e17aa93da0f956ced7b17ede07d609fc8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/87beb20e17aa93da0f956ced7b17ede07d609fc8", + "reference": "87beb20e17aa93da0f956ced7b17ede07d609fc8", + "shasum": "" + }, + "require": { + "php": "^7.4 || ~8.0 || ~8.1", + "psr/container": "^1.1.1", + "psr/event-dispatcher": "^1.0", + "psr/log": "^1.1" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "26.0.0-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Christoph Wurst", + "email": "christoph@winzerhof-wurst.at" + } + ], + "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" + }, + "abandoned": "nextcloud/ocp", + "time": "2022-11-10T02:10:26+00:00" + }, { "name": "composer/package-versions-deprecated", "version": "1.11.99.5", @@ -4782,7 +4827,8 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "nextcloud/ocp": 20 + "nextcloud/ocp": 20, + "christophwurst/nextcloud": 20 }, "prefer-stable": false, "prefer-lowest": false, -- cgit v1.2.3