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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2021-11-14 00:46:34 +0300
committerGitHub <noreply@github.com>2021-11-14 00:46:34 +0300
commitc21fde6970530d86da5e568452fe7a9a79f72ed7 (patch)
treeb01387d16dd817aa3e17ec99a68cb0c6a0a40434 /composer.lock
parent6a6cbc1bcb368ad1114affded7e8fc1f021c61dc (diff)
parent1fd624b6dd957854c467535d60487de5f337aea2 (diff)
Merge pull request #2093 from nextcloud/dependabot/composer/christophwurst/nextcloud-22.1.1
Bump christophwurst/nextcloud from 21.0.0 to 22.1.1
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock21
1 files changed, 12 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock
index 6f65b6a9..92cda907 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": "48bab71104eaf7dc0cbb8d0a0af8d63f",
+ "content-hash": "153b52586e00170596c6e7da54a66221",
"packages": [
{
"name": "league/commonmark",
@@ -277,25 +277,28 @@
},
{
"name": "christophwurst/nextcloud",
- "version": "v21.0.0",
+ "version": "v22.1.1",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "41e1476b4aed5bce7371895054049eca353729c5"
+ "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/41e1476b4aed5bce7371895054049eca353729c5",
- "reference": "41e1476b4aed5bce7371895054049eca353729c5",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/8bb086cd016128b5ef8353662fd1852db3248d1e",
+ "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e",
"shasum": ""
},
"require": {
- "php": "^7.3 || ~8.0.0"
+ "php": "^7.3 || ~8.0.0",
+ "psr/container": "^1.0",
+ "psr/event-dispatcher": "^1.0",
+ "psr/log": "^1.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "21.0.0-dev"
+ "dev-master": "23.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -311,9 +314,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/v21.0.0"
+ "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/v22.1.1"
},
- "time": "2021-03-01T08:42:25+00:00"
+ "time": "2021-11-11T14:01:42+00:00"
},
{
"name": "composer/package-versions-deprecated",