Skip to content

Commit be84121

Browse files
come-ncbackportbot-nextcloud[bot]
authored andcommitted
Bump sabre/dav to 4.4.0
Signed-off-by: Côme Chilliet <[email protected]>
1 parent 17019be commit be84121

File tree

25 files changed

+311
-155
lines changed

25 files changed

+311
-155
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"psr/container": "^1.1.1",
4444
"psr/event-dispatcher": "^1.0",
4545
"punic/punic": "^1.6",
46-
"sabre/dav": "^4.2.1",
46+
"sabre/dav": "^4.4.0",
4747
"scssphp/scssphp": "^1.8.1",
4848
"stecman/symfony-console-completion": "^0.11.0",
4949
"swiftmailer/swiftmailer": "^6.0",

composer.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer/autoload_classmap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,6 +2376,7 @@
23762376
'Sabre\\DAV\\Auth\\Backend\\File' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/File.php',
23772377
'Sabre\\DAV\\Auth\\Backend\\IMAP' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/IMAP.php',
23782378
'Sabre\\DAV\\Auth\\Backend\\PDO' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/PDO.php',
2379+
'Sabre\\DAV\\Auth\\Backend\\PDOBasicAuth' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/PDOBasicAuth.php',
23792380
'Sabre\\DAV\\Auth\\Plugin' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Plugin.php',
23802381
'Sabre\\DAV\\Browser\\GuessContentType' => $vendorDir . '/sabre/dav/lib/DAV/Browser/GuessContentType.php',
23812382
'Sabre\\DAV\\Browser\\HtmlOutput' => $vendorDir . '/sabre/dav/lib/DAV/Browser/HtmlOutput.php',

composer/autoload_static.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,6 +3007,7 @@ class ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652
30073007
'Sabre\\DAV\\Auth\\Backend\\File' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/File.php',
30083008
'Sabre\\DAV\\Auth\\Backend\\IMAP' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/IMAP.php',
30093009
'Sabre\\DAV\\Auth\\Backend\\PDO' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/PDO.php',
3010+
'Sabre\\DAV\\Auth\\Backend\\PDOBasicAuth' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/PDOBasicAuth.php',
30103011
'Sabre\\DAV\\Auth\\Plugin' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Plugin.php',
30113012
'Sabre\\DAV\\Browser\\GuessContentType' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Browser/GuessContentType.php',
30123013
'Sabre\\DAV\\Browser\\HtmlOutput' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Browser/HtmlOutput.php',

composer/installed.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3704,17 +3704,17 @@
37043704
},
37053705
{
37063706
"name": "sabre/dav",
3707-
"version": "4.2.1",
3708-
"version_normalized": "4.2.1.0",
3707+
"version": "4.4.0",
3708+
"version_normalized": "4.4.0.0",
37093709
"source": {
37103710
"type": "git",
37113711
"url": "https://github.com/sabre-io/dav.git",
3712-
"reference": "5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146"
3712+
"reference": "b65362abc926520eda2c57e219f022a6c288069d"
37133713
},
37143714
"dist": {
37153715
"type": "zip",
3716-
"url": "https://api.github.com/repos/sabre-io/dav/zipball/5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146",
3717-
"reference": "5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146",
3716+
"url": "https://api.github.com/repos/sabre-io/dav/zipball/b65362abc926520eda2c57e219f022a6c288069d",
3717+
"reference": "b65362abc926520eda2c57e219f022a6c288069d",
37183718
"shasum": ""
37193719
},
37203720
"require": {
@@ -3729,7 +3729,7 @@
37293729
"ext-spl": "*",
37303730
"lib-libxml": ">=2.7.0",
37313731
"php": "^7.1.0 || ^8.0",
3732-
"psr/log": "^1.0",
3732+
"psr/log": "^1.0 || ^2.0 || ^3.0",
37333733
"sabre/event": "^5.0",
37343734
"sabre/http": "^5.0.5",
37353735
"sabre/uri": "^2.0",
@@ -3748,7 +3748,7 @@
37483748
"ext-imap": "*",
37493749
"ext-pdo": "*"
37503750
},
3751-
"time": "2021-11-30T13:53:16+00:00",
3751+
"time": "2022-06-27T09:07:55+00:00",
37523752
"bin": [
37533753
"bin/sabredav",
37543754
"bin/naturalselection"
@@ -3758,8 +3758,8 @@
37583758
"autoload": {
37593759
"psr-4": {
37603760
"Sabre\\DAV\\": "lib/DAV/",
3761-
"Sabre\\DAVACL\\": "lib/DAVACL/",
37623761
"Sabre\\CalDAV\\": "lib/CalDAV/",
3762+
"Sabre\\DAVACL\\": "lib/DAVACL/",
37633763
"Sabre\\CardDAV\\": "lib/CardDAV/"
37643764
}
37653765
},
@@ -3818,14 +3818,14 @@
38183818
"type": "library",
38193819
"installation-source": "dist",
38203820
"autoload": {
3821-
"psr-4": {
3822-
"Sabre\\Event\\": "lib/"
3823-
},
38243821
"files": [
38253822
"lib/coroutine.php",
38263823
"lib/Loop/functions.php",
38273824
"lib/Promise/functions.php"
3828-
]
3825+
],
3826+
"psr-4": {
3827+
"Sabre\\Event\\": "lib/"
3828+
}
38293829
},
38303830
"notification-url": "https://packagist.org/downloads/",
38313831
"license": [
@@ -3862,17 +3862,17 @@
38623862
},
38633863
{
38643864
"name": "sabre/http",
3865-
"version": "5.1.3",
3866-
"version_normalized": "5.1.3.0",
3865+
"version": "5.1.5",
3866+
"version_normalized": "5.1.5.0",
38673867
"source": {
38683868
"type": "git",
38693869
"url": "https://github.com/sabre-io/http.git",
3870-
"reference": "315f592adfcba8aeb73c2fd64285205747acbbd7"
3870+
"reference": "164725c2d2e248384e5b6115510c545e9c47cff9"
38713871
},
38723872
"dist": {
38733873
"type": "zip",
3874-
"url": "https://api.github.com/repos/sabre-io/http/zipball/315f592adfcba8aeb73c2fd64285205747acbbd7",
3875-
"reference": "315f592adfcba8aeb73c2fd64285205747acbbd7",
3874+
"url": "https://api.github.com/repos/sabre-io/http/zipball/164725c2d2e248384e5b6115510c545e9c47cff9",
3875+
"reference": "164725c2d2e248384e5b6115510c545e9c47cff9",
38763876
"shasum": ""
38773877
},
38783878
"require": {
@@ -3891,7 +3891,7 @@
38913891
"suggest": {
38923892
"ext-curl": " to make http requests with the Client class"
38933893
},
3894-
"time": "2021-11-04T07:02:36+00:00",
3894+
"time": "2022-07-09T08:38:22+00:00",
38953895
"type": "library",
38963896
"installation-source": "dist",
38973897
"autoload": {
@@ -3988,17 +3988,17 @@
39883988
},
39893989
{
39903990
"name": "sabre/vobject",
3991-
"version": "4.4.1",
3992-
"version_normalized": "4.4.1.0",
3991+
"version": "4.4.2",
3992+
"version_normalized": "4.4.2.0",
39933993
"source": {
39943994
"type": "git",
39953995
"url": "https://github.com/sabre-io/vobject.git",
3996-
"reference": "06feff370141fd3118609f808e86d9315864bf14"
3996+
"reference": "b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd"
39973997
},
39983998
"dist": {
39993999
"type": "zip",
4000-
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/06feff370141fd3118609f808e86d9315864bf14",
4001-
"reference": "06feff370141fd3118609f808e86d9315864bf14",
4000+
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd",
4001+
"reference": "b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd",
40024002
"shasum": ""
40034003
},
40044004
"require": {
@@ -4015,7 +4015,7 @@
40154015
"suggest": {
40164016
"hoa/bench": "If you would like to run the benchmark scripts"
40174017
},
4018-
"time": "2021-12-07T09:45:33+00:00",
4018+
"time": "2022-06-24T11:36:21+00:00",
40194019
"bin": [
40204020
"bin/vobject",
40214021
"bin/generate_vcards"
@@ -4125,13 +4125,13 @@
41254125
"type": "library",
41264126
"installation-source": "dist",
41274127
"autoload": {
4128-
"psr-4": {
4129-
"Sabre\\Xml\\": "lib/"
4130-
},
41314128
"files": [
41324129
"lib/Deserializer/functions.php",
41334130
"lib/Serializer/functions.php"
4134-
]
4131+
],
4132+
"psr-4": {
4133+
"Sabre\\Xml\\": "lib/"
4134+
}
41354135
},
41364136
"notification-url": "https://packagist.org/downloads/",
41374137
"license": [

composer/installed.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,9 @@
572572
),
573573
),
574574
'sabre/dav' => array(
575-
'pretty_version' => '4.2.1',
576-
'version' => '4.2.1.0',
577-
'reference' => '5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146',
575+
'pretty_version' => '4.4.0',
576+
'version' => '4.4.0.0',
577+
'reference' => 'b65362abc926520eda2c57e219f022a6c288069d',
578578
'type' => 'library',
579579
'install_path' => __DIR__ . '/../sabre/dav',
580580
'aliases' => array(),
@@ -590,9 +590,9 @@
590590
'dev_requirement' => false,
591591
),
592592
'sabre/http' => array(
593-
'pretty_version' => '5.1.3',
594-
'version' => '5.1.3.0',
595-
'reference' => '315f592adfcba8aeb73c2fd64285205747acbbd7',
593+
'pretty_version' => '5.1.5',
594+
'version' => '5.1.5.0',
595+
'reference' => '164725c2d2e248384e5b6115510c545e9c47cff9',
596596
'type' => 'library',
597597
'install_path' => __DIR__ . '/../sabre/http',
598598
'aliases' => array(),
@@ -608,9 +608,9 @@
608608
'dev_requirement' => false,
609609
),
610610
'sabre/vobject' => array(
611-
'pretty_version' => '4.4.1',
612-
'version' => '4.4.1.0',
613-
'reference' => '06feff370141fd3118609f808e86d9315864bf14',
611+
'pretty_version' => '4.4.2',
612+
'version' => '4.4.2.0',
613+
'reference' => 'b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd',
614614
'type' => 'library',
615615
'install_path' => __DIR__ . '/../sabre/vobject',
616616
'aliases' => array(),

sabre/dav/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ http://sabre.io/
1414
Build status
1515
------------
1616

17-
| branch | status | minimum PHP version |
18-
| ------------ | ------ | ------------------- |
19-
| master | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=master)](https://travis-ci.org/sabre-io/dav) | PHP 7.1 |
20-
| 3.1 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=3.0)](https://travis-ci.org/sabre-io/dav) | PHP 5.5 |
21-
| 3.0 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=3.0)](https://travis-ci.org/sabre-io/dav) | PHP 5.4 |
22-
| 2.1 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=2.1)](https://travis-ci.org/sabre-io/dav) | PHP 5.4 |
23-
| 2.0 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=2.0)](https://travis-ci.org/sabre-io/dav) | PHP 5.4 |
24-
| 1.8 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=1.8)](https://travis-ci.org/sabre-io/dav) | PHP 5.3 |
25-
| 1.7 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=1.7)](https://travis-ci.org/sabre-io/dav) | PHP 5.3 |
26-
| 1.6 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=1.6)](https://travis-ci.org/sabre-io/dav) | PHP 5.3 |
17+
| branch | status | PHP version |
18+
|------------|---------------------------------------------------------------------------|--------------------|
19+
| master 4.* | ![CI](https://github.com/sabre-io/dav/actions/workflows/ci.yml/badge.svg) | PHP 7.1 up, 8.0 up |
20+
| 3.2 | unmaintained | PHP 5.5 to 7.1 |
21+
| 3.1 | unmaintained | PHP 5.5 |
22+
| 3.0 | unmaintained | PHP 5.4 |
23+
| 2.1 | unmaintained | PHP 5.4 |
24+
| 2.0 | unmaintained | PHP 5.4 |
25+
| 1.8 | unmaintained | PHP 5.3 |
26+
| 1.7 | unmaintained | PHP 5.3 |
27+
| 1.6 | unmaintained | PHP 5.3 |
2728

2829
Documentation
2930
-------------

sabre/dav/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ext-date" : "*",
3030
"ext-iconv" : "*",
3131
"lib-libxml" : ">=2.7.0",
32-
"psr/log": "^1.0",
32+
"psr/log": "^1.0 || ^2.0 || ^3.0",
3333
"ext-json": "*"
3434
},
3535
"require-dev" : {

0 commit comments

Comments
 (0)