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:
authorJulius Härtl <jus@bitgrid.net>2021-03-08 14:44:29 +0300
committerGitHub <noreply@github.com>2021-03-08 14:44:29 +0300
commit57844548b810d85242f0a8f40b8a7be659b1e33d (patch)
tree6522af7793e5cf2c6d56b2567adafe911f243872 /composer.lock
parent9c5fd6b7e8e80c5d179ad7f4c90f637a51a47816 (diff)
parentd9c9b8e750763c20b4d6ba96e7ef406c4af61b12 (diff)
Merge pull request #1492 from nextcloud/dependabot/composer/christophwurst/nextcloud-21.0.0
Bump christophwurst/nextcloud from 20.0.5 to 21.0.0
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index e72c612fe..743a98047 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,30 +4,30 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d92b0b1dd3e8c90030cd76277721b926",
+ "content-hash": "94fdf8af0e4ff2c25bde0db1ad4911d5",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud",
- "version": "v20.0.5",
+ "version": "v21.0.0",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "26bfecf56f81adb9271d3d55c180bfb0e3e37e3d"
+ "reference": "41e1476b4aed5bce7371895054049eca353729c5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/26bfecf56f81adb9271d3d55c180bfb0e3e37e3d",
- "reference": "26bfecf56f81adb9271d3d55c180bfb0e3e37e3d",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/41e1476b4aed5bce7371895054049eca353729c5",
+ "reference": "41e1476b4aed5bce7371895054049eca353729c5",
"shasum": ""
},
"require": {
- "php": "^7.2"
+ "php": "^7.3 || ~8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "20.0.0-dev"
+ "dev-master": "21.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -41,7 +41,7 @@
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
- "time": "2021-01-20T09:13:27+00:00"
+ "time": "2021-03-01T08:42:25+00:00"
},
{
"name": "composer/semver",