From 5c744fd2262a6ac890b83bee41d7baadb9becf94 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 15 Jan 2023 02:47:53 +0000 Subject: [PATCH] Update psalm baseline Signed-off-by: GitHub --- composer.lock | 57 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 64e9d424c..eadadf661 100644 --- a/composer.lock +++ b/composer.lock @@ -1257,16 +1257,17 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "14533576a8372ccfd1938e363c00e17ae1032605" + "reference": "1aaead8ad471e72441257d41fb15eb55ea174d00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/14533576a8372ccfd1938e363c00e17ae1032605", - "reference": "14533576a8372ccfd1938e363c00e17ae1032605", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1aaead8ad471e72441257d41fb15eb55ea174d00", + "reference": "1aaead8ad471e72441257d41fb15eb55ea174d00", "shasum": "" }, "require": { "php": "^7.4 || ~8.0 || ~8.1", + "psr/clock": "^1.0", "psr/container": "^1.1.1", "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" @@ -1293,7 +1294,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2022-12-21T00:33:51+00:00" + "time": "2023-01-11T00:37:34+00:00" }, { "name": "nikic/php-parser", @@ -2205,6 +2206,54 @@ }, "time": "2016-08-06T20:24:11+00:00" }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" + }, { "name": "psr/container", "version": "1.1.2",