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

github.com/nextcloud/activity.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-09-25 08:08:07 +0300
committerGitHub <noreply@github.com>2022-09-25 08:08:07 +0300
commit2b657d616d9d8aa11ce66b66f47fde18b28a48cc (patch)
treed06e3a3e201d3808ededc3ae7a18a64456b2a89b
parent2438d73175c54701a3b507f2c499192255061616 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index a662facb..26e02467 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
"psalm/phar": "^4.3",
- "christophwurst/nextcloud": "dev-master"
+ "christophwurst/nextcloud": "dev-stable25"
},
"config": {
"optimize-autoloader": true,
diff --git a/composer.lock b/composer.lock
index 7c50e428..8c2e3edd 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,21 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "7a080c8a51e5cf3eb7d867834b9e9a3b",
+ "content-hash": "61da817b883f20d518b2469f04f96f65",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud",
- "version": "dev-master",
+ "version": "dev-stable25",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "f3abf96743e08aab987088d192c663765712cf6b"
+ "reference": "f79ac43d0422211b35542856338d808bc94a116b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/f3abf96743e08aab987088d192c663765712cf6b",
- "reference": "f3abf96743e08aab987088d192c663765712cf6b",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/f79ac43d0422211b35542856338d808bc94a116b",
+ "reference": "f79ac43d0422211b35542856338d808bc94a116b",
"shasum": ""
},
"require": {
@@ -27,11 +27,10 @@
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1"
},
- "default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "25.0.0-dev"
+ "dev-master": "26.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -47,9 +46,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-09-17T02:33:38+00:00"
+ "abandoned": "nextcloud/ocp",
+ "time": "2022-09-22T12:39:39+00:00"
},
{
"name": "composer/pcre",