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

github.com/nextcloud/files_accesscontrol.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-14 07:37:01 +0300
committerGitHub <noreply@github.com>2022-08-14 07:37:01 +0300
commitb777502ca17e0a61bbf8483e19d16f4b6d06511e (patch)
tree76280f6661ec1fde6d6c425facaed7eeea7188dc
parent4a5cffb84c896aeb0eb20aa91d211b2619c5f1c2 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock19
2 files changed, 10 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index f9a83ea..572ad1f 100644
--- a/composer.json
+++ b/composer.json
@@ -20,6 +20,6 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
- "christophwurst/nextcloud": "dev-master"
+ "christophwurst/nextcloud": "dev-stable24"
}
}
diff --git a/composer.lock b/composer.lock
index ae999b6..87d3a79 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,30 +4,29 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "380d98c365ea6d7090f68c9396adbb24",
+ "content-hash": "d52cc7bbfbb8be2c238a3939cdcaf9ef",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud",
- "version": "dev-master",
+ "version": "dev-stable24",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "cacd9d6f65ac83adbd4f5a9b58ac480010109dc2"
+ "reference": "13c86ee94db9b60be2facd5494736bcb6405e405"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/cacd9d6f65ac83adbd4f5a9b58ac480010109dc2",
- "reference": "cacd9d6f65ac83adbd4f5a9b58ac480010109dc2",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/13c86ee94db9b60be2facd5494736bcb6405e405",
+ "reference": "13c86ee94db9b60be2facd5494736bcb6405e405",
"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": {
@@ -47,9 +46,9 @@
"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-04-12T01:47:50+00:00"
+ "time": "2022-06-02T14:12:23+00:00"
},
{
"name": "composer/pcre",
@@ -4215,5 +4214,5 @@
"platform-overrides": {
"php": "7.4"
},
- "plugin-api-version": "2.2.0"
+ "plugin-api-version": "2.3.0"
}