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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-03-02 13:03:58 +0300
committerMax <max@nextcloud.com>2022-03-02 13:04:19 +0300
commitcde1440c8d4b85187b84e801bf2ec13a6949e3d7 (patch)
tree18f9df5044a4a1b3c9cecc7003b01d98b0ef8d4c /composer.lock
parent36912b1f64eef19945819a5a99ca28b47fe9bcfc (diff)
deps: use dev-master of christophwurst/nextcloud
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock26
1 files changed, 16 insertions, 10 deletions
diff --git a/composer.lock b/composer.lock
index 496f6c04b..e08d3472b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,33 +4,34 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f8a4072e9ecfc099b6508d5db2396489",
+ "content-hash": "40d4921fa7a783efa84584b1257b25d5",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud",
- "version": "v22.1.1",
+ "version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e"
+ "reference": "56056903c03bf8c29b2a2822153951c8f783a85a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/8bb086cd016128b5ef8353662fd1852db3248d1e",
- "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/56056903c03bf8c29b2a2822153951c8f783a85a",
+ "reference": "56056903c03bf8c29b2a2822153951c8f783a85a",
"shasum": ""
},
"require": {
- "php": "^7.3 || ~8.0.0",
+ "php": "^7.4 || ~8.0 || ~8.1",
"psr/container": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1"
},
+ "default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "23.0.0-dev"
+ "dev-master": "24.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -44,7 +45,11 @@
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
- "time": "2021-11-11T14:01:42+00:00"
+ "support": {
+ "issues": "https://github.com/ChristophWurst/nextcloud_composer/issues",
+ "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/master"
+ },
+ "time": "2022-03-01T01:41:01+00:00"
},
{
"name": "composer/pcre",
@@ -2606,7 +2611,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "roave/security-advisories": 20
+ "roave/security-advisories": 20,
+ "christophwurst/nextcloud": 20
},
"prefer-stable": false,
"prefer-lowest": false,
@@ -2614,5 +2620,5 @@
"php": "^7.3|^8.0"
},
"platform-dev": [],
- "plugin-api-version": "1.1.0"
+ "plugin-api-version": "2.0.0"
}