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-10-02 08:19:30 +0300
committerGitHub <noreply@github.com>2022-10-02 08:19:30 +0300
commitf810fe884377e01c2dd28184efd04232c346a872 (patch)
treef1a7d84cb6fa73bc9758851217e446001e9126a9
parenta5e6a7f507ee1421b3aa2ec4e9492199d332f1bb (diff)
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 f9a83ea..d4ee2c9 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-stable25"
}
}
diff --git a/composer.lock b/composer.lock
index 1e93c5e..4495299 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": "380d98c365ea6d7090f68c9396adbb24",
+ "content-hash": "7eb1fe1bbac565124dda60665ebac57f",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud",
- "version": "dev-master",
+ "version": "dev-stable25",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "769cbfe70232aa961f465230d4b67ed3c6b527e1"
+ "reference": "308bc78b8ccc9e21905562f38f4887f13ee5115a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/769cbfe70232aa961f465230d4b67ed3c6b527e1",
- "reference": "769cbfe70232aa961f465230d4b67ed3c6b527e1",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/308bc78b8ccc9e21905562f38f4887f13ee5115a",
+ "reference": "308bc78b8ccc9e21905562f38f4887f13ee5115a",
"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-10T02:40:35+00:00"
+ "abandoned": "nextcloud/ocp",
+ "time": "2022-10-01T02:54:25+00:00"
},
{
"name": "composer/pcre",