Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2022-08-21 07:33:37 +0300
committerGitHub <noreply@github.com>2022-08-21 07:33:37 +0300
commit2e22b75b7c3d5a1e508bc7d87f547a32831bae28 (patch)
tree9a206feee7c69e637a2a7d40e4459cfbdece0b17
parentcd08cca709dc909874a54ef0edc1d0f71ace03e4 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--composer.json5
-rw-r--r--composer.lock51
2 files changed, 51 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 55ab2a59..cf2fdd4d 100644
--- a/composer.json
+++ b/composer.json
@@ -29,6 +29,7 @@
},
"require-dev": {
"nextcloud/coding-standard": "^0.5.0",
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^9.5",
+ "christophwurst/nextcloud": "dev-stable22"
}
-} \ No newline at end of file
+}
diff --git a/composer.lock b/composer.lock
index f339b87c..07c7f1bc 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,10 +4,53 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "a28ca34070a501e76cf20cdb002dd841",
+ "content-hash": "3da65ffdafae54ba3b98b37561353682",
"packages": [],
"packages-dev": [
{
+ "name": "christophwurst/nextcloud",
+ "version": "dev-stable22",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ChristophWurst/nextcloud_composer.git",
+ "reference": "afa833c18ed30c50055c86618734da699bdd6747"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/afa833c18ed30c50055c86618734da699bdd6747",
+ "reference": "afa833c18ed30c50055c86618734da699bdd6747",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ~8.0.0",
+ "psr/container": "^1.1.1",
+ "psr/event-dispatcher": "^1.0",
+ "psr/log": "^1.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "23.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/stable22"
+ },
+ "time": "2022-06-02T14:14:04+00:00"
+ },
+ {
"name": "composer/pcre",
"version": "1.0.1",
"source": {
@@ -4249,7 +4292,9 @@
],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": [],
+ "stability-flags": {
+ "christophwurst/nextcloud": 20
+ },
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
@@ -4257,5 +4302,5 @@
"platform-overrides": {
"php": "7.3"
},
- "plugin-api-version": "2.0.0"
+ "plugin-api-version": "2.3.0"
}