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

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer/installed.json')
-rw-r--r--composer/installed.json24
1 files changed, 16 insertions, 8 deletions
diff --git a/composer/installed.json b/composer/installed.json
index a7d07aa9..3c3007f1 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -1663,27 +1663,31 @@
},
{
"name": "icewind/searchdav",
- "version": "v2.0.0",
- "version_normalized": "2.0.0.0",
+ "version": "v3.0.1",
+ "version_normalized": "3.0.1.0",
"source": {
"type": "git",
"url": "https://github.com/icewind1991/SearchDAV.git",
- "reference": "c69806d900c2c9a5954bfabc80178d6eb0d63df4"
+ "reference": "52c8cfc21bd69271f224671c4924d260b0a8d4fb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/icewind1991/SearchDAV/zipball/c69806d900c2c9a5954bfabc80178d6eb0d63df4",
- "reference": "c69806d900c2c9a5954bfabc80178d6eb0d63df4",
+ "url": "https://api.github.com/repos/icewind1991/SearchDAV/zipball/52c8cfc21bd69271f224671c4924d260b0a8d4fb",
+ "reference": "52c8cfc21bd69271f224671c4924d260b0a8d4fb",
"shasum": ""
},
"require": {
- "php": ">=7.1",
+ "php": ">=7.3 || >=8.0",
"sabre/dav": "^4.0.0"
},
"require-dev": {
- "phpunit/phpunit": "^8"
+ "friendsofphp/php-cs-fixer": "^2",
+ "php-parallel-lint/php-parallel-lint": "^1.0",
+ "phpstan/phpstan": "^0.12",
+ "phpunit/phpunit": "^8",
+ "psalm/phar": "^4.3"
},
- "time": "2020-02-06T13:56:26+00:00",
+ "time": "2022-04-11T13:02:49+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1702,6 +1706,10 @@
}
],
"description": "sabre/dav plugin to implement rfc5323 SEARCH",
+ "support": {
+ "issues": "https://github.com/icewind1991/SearchDAV/issues",
+ "source": "https://github.com/icewind1991/SearchDAV/tree/v3.0.1"
+ },
"install-path": "../icewind/searchdav"
},
{