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:57 +0300
committerGitHub <noreply@github.com>2022-11-13 07:31:57 +0300
commit22b7f4ca7efb44eca0d6a5e88acb1c7fbcd33110 (patch)
treec29a1394d4274e033f45801e7820f889527f496a
parent5dc232a9a4ede25e8cbdf64f14a3a84cc3aaca32 (diff)
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--composer.json3
-rw-r--r--composer.lock50
2 files changed, 50 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index c2e38e26..ebb76a5e 100644
--- a/composer.json
+++ b/composer.json
@@ -35,6 +35,7 @@
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.22",
"nextcloud/coding-standard": "^1.0",
- "nextcloud/ocp": "dev-master"
+ "nextcloud/ocp": "dev-master",
+ "christophwurst/nextcloud": "dev-master"
}
}
diff --git a/composer.lock b/composer.lock
index a3ad8df9..a969b471 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": "ece3218dd2b461283ece53f386990931",
+ "content-hash": "8516427973bbf42776489c5112653719",
"packages": [],
"packages-dev": [
{
@@ -174,6 +174,51 @@
"time": "2021-03-30T17:13:30+00:00"
},
{
+ "name": "christophwurst/nextcloud",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ChristophWurst/nextcloud_composer.git",
+ "reference": "87beb20e17aa93da0f956ced7b17ede07d609fc8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/87beb20e17aa93da0f956ced7b17ede07d609fc8",
+ "reference": "87beb20e17aa93da0f956ced7b17ede07d609fc8",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ~8.0 || ~8.1",
+ "psr/container": "^1.1.1",
+ "psr/event-dispatcher": "^1.0",
+ "psr/log": "^1.1"
+ },
+ "default-branch": true,
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "26.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/master"
+ },
+ "abandoned": "nextcloud/ocp",
+ "time": "2022-11-10T02:10:26+00:00"
+ },
+ {
"name": "composer/package-versions-deprecated",
"version": "1.11.99.5",
"source": {
@@ -4782,7 +4827,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "nextcloud/ocp": 20
+ "nextcloud/ocp": 20,
+ "christophwurst/nextcloud": 20
},
"prefer-stable": false,
"prefer-lowest": false,