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-11-13 07:31:55 +0300
committerGitHub <noreply@github.com>2022-11-13 07:31:55 +0300
commit3ffb048f95e847023a2f57aa8609e1f399137137 (patch)
treec2e45500ebb91f4586ed1fde5448f61a45a91511
parent582a7f6ab471b87324622db56daf04ec51a8567e (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 db9128ab..da6d2618 100644
--- a/composer.json
+++ b/composer.json
@@ -34,7 +34,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.22",
- "christophwurst/nextcloud": "dev-master",
+ "christophwurst/nextcloud": "dev-stable25",
"nextcloud/coding-standard": "^1.0"
}
}
diff --git a/composer.lock b/composer.lock
index eb6f7994..fda301e0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "77e116a2c846c4e9f1fc38400e07bbb5",
+ "content-hash": "b7a10968909e0c2dec352a44bc9fca66",
"packages": [],
"packages-dev": [
{
@@ -175,16 +175,16 @@
},
{
"name": "christophwurst/nextcloud",
- "version": "dev-master",
+ "version": "dev-stable25",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "b7bcba48272375f8b55e1a69769337902a95d952"
+ "reference": "9e5b731275292ff6bd7dcaf995a9b4d02600e350"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/b7bcba48272375f8b55e1a69769337902a95d952",
- "reference": "b7bcba48272375f8b55e1a69769337902a95d952",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/9e5b731275292ff6bd7dcaf995a9b4d02600e350",
+ "reference": "9e5b731275292ff6bd7dcaf995a9b4d02600e350",
"shasum": ""
},
"require": {
@@ -193,11 +193,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/",
@@ -213,9 +212,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-08-25T02:31:45+00:00"
+ "abandoned": "nextcloud/ocp",
+ "time": "2022-11-11T02:08:45+00:00"
},
{
"name": "composer/package-versions-deprecated",