Skip to content

Commit

Permalink
Bump sabre/dav to 4.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jul 12, 2022
1 parent 2d3ffeb commit dd3f5da
Show file tree
Hide file tree
Showing 25 changed files with 314 additions and 158 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"psr/container": "^1.1.1",
"psr/event-dispatcher": "^1.0",
"punic/punic": "^1.6",
"sabre/dav": "^4.2.1",
"sabre/dav": "^4.4.0",
"scssphp/scssphp": "^1.8.1",
"stecman/symfony-console-completion": "^0.11.0",
"swiftmailer/swiftmailer": "^6.0",
Expand Down
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2391,6 +2391,7 @@
'Sabre\\DAV\\Auth\\Backend\\File' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/File.php',
'Sabre\\DAV\\Auth\\Backend\\IMAP' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/IMAP.php',
'Sabre\\DAV\\Auth\\Backend\\PDO' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/PDO.php',
'Sabre\\DAV\\Auth\\Backend\\PDOBasicAuth' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Backend/PDOBasicAuth.php',
'Sabre\\DAV\\Auth\\Plugin' => $vendorDir . '/sabre/dav/lib/DAV/Auth/Plugin.php',
'Sabre\\DAV\\Browser\\GuessContentType' => $vendorDir . '/sabre/dav/lib/DAV/Browser/GuessContentType.php',
'Sabre\\DAV\\Browser\\HtmlOutput' => $vendorDir . '/sabre/dav/lib/DAV/Browser/HtmlOutput.php',
Expand Down
1 change: 1 addition & 0 deletions composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -3032,6 +3032,7 @@ class ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652
'Sabre\\DAV\\Auth\\Backend\\File' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/File.php',
'Sabre\\DAV\\Auth\\Backend\\IMAP' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/IMAP.php',
'Sabre\\DAV\\Auth\\Backend\\PDO' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/PDO.php',
'Sabre\\DAV\\Auth\\Backend\\PDOBasicAuth' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Backend/PDOBasicAuth.php',
'Sabre\\DAV\\Auth\\Plugin' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Auth/Plugin.php',
'Sabre\\DAV\\Browser\\GuessContentType' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Browser/GuessContentType.php',
'Sabre\\DAV\\Browser\\HtmlOutput' => __DIR__ . '/..' . '/sabre/dav/lib/DAV/Browser/HtmlOutput.php',
Expand Down
56 changes: 28 additions & 28 deletions composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3822,17 +3822,17 @@
},
{
"name": "sabre/dav",
"version": "4.2.1",
"version_normalized": "4.2.1.0",
"version": "4.4.0",
"version_normalized": "4.4.0.0",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/dav.git",
"reference": "5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146"
"reference": "b65362abc926520eda2c57e219f022a6c288069d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/dav/zipball/5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146",
"reference": "5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146",
"url": "https://api.github.com/repos/sabre-io/dav/zipball/b65362abc926520eda2c57e219f022a6c288069d",
"reference": "b65362abc926520eda2c57e219f022a6c288069d",
"shasum": ""
},
"require": {
Expand All @@ -3847,7 +3847,7 @@
"ext-spl": "*",
"lib-libxml": ">=2.7.0",
"php": "^7.1.0 || ^8.0",
"psr/log": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"sabre/event": "^5.0",
"sabre/http": "^5.0.5",
"sabre/uri": "^2.0",
Expand All @@ -3866,7 +3866,7 @@
"ext-imap": "*",
"ext-pdo": "*"
},
"time": "2021-11-30T13:53:16+00:00",
"time": "2022-06-27T09:07:55+00:00",
"bin": [
"bin/sabredav",
"bin/naturalselection"
Expand All @@ -3876,8 +3876,8 @@
"autoload": {
"psr-4": {
"Sabre\\DAV\\": "lib/DAV/",
"Sabre\\DAVACL\\": "lib/DAVACL/",
"Sabre\\CalDAV\\": "lib/CalDAV/",
"Sabre\\DAVACL\\": "lib/DAVACL/",
"Sabre\\CardDAV\\": "lib/CardDAV/"
}
},
Expand Down Expand Up @@ -3936,14 +3936,14 @@
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Sabre\\Event\\": "lib/"
},
"files": [
"lib/coroutine.php",
"lib/Loop/functions.php",
"lib/Promise/functions.php"
]
],
"psr-4": {
"Sabre\\Event\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
Expand Down Expand Up @@ -3980,17 +3980,17 @@
},
{
"name": "sabre/http",
"version": "5.1.3",
"version_normalized": "5.1.3.0",
"version": "5.1.5",
"version_normalized": "5.1.5.0",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/http.git",
"reference": "315f592adfcba8aeb73c2fd64285205747acbbd7"
"reference": "164725c2d2e248384e5b6115510c545e9c47cff9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/http/zipball/315f592adfcba8aeb73c2fd64285205747acbbd7",
"reference": "315f592adfcba8aeb73c2fd64285205747acbbd7",
"url": "https://api.github.com/repos/sabre-io/http/zipball/164725c2d2e248384e5b6115510c545e9c47cff9",
"reference": "164725c2d2e248384e5b6115510c545e9c47cff9",
"shasum": ""
},
"require": {
Expand All @@ -4009,7 +4009,7 @@
"suggest": {
"ext-curl": " to make http requests with the Client class"
},
"time": "2021-11-04T07:02:36+00:00",
"time": "2022-07-09T08:38:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -4106,17 +4106,17 @@
},
{
"name": "sabre/vobject",
"version": "4.4.1",
"version_normalized": "4.4.1.0",
"version": "4.4.2",
"version_normalized": "4.4.2.0",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/vobject.git",
"reference": "06feff370141fd3118609f808e86d9315864bf14"
"reference": "b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/06feff370141fd3118609f808e86d9315864bf14",
"reference": "06feff370141fd3118609f808e86d9315864bf14",
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd",
"reference": "b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd",
"shasum": ""
},
"require": {
Expand All @@ -4133,7 +4133,7 @@
"suggest": {
"hoa/bench": "If you would like to run the benchmark scripts"
},
"time": "2021-12-07T09:45:33+00:00",
"time": "2022-06-24T11:36:21+00:00",
"bin": [
"bin/vobject",
"bin/generate_vcards"
Expand Down Expand Up @@ -4243,13 +4243,13 @@
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Sabre\\Xml\\": "lib/"
},
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
]
],
"psr-4": {
"Sabre\\Xml\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
Expand Down
22 changes: 11 additions & 11 deletions composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'nextcloud/3rdparty',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4df515095bbbcca750a6d5e4c0d50fe1d6960b62',
'reference' => '2d3ffebfcfb22af6d999d575b53e8f41cdfb4e9f',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down Expand Up @@ -301,7 +301,7 @@
'nextcloud/3rdparty' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4df515095bbbcca750a6d5e4c0d50fe1d6960b62',
'reference' => '2d3ffebfcfb22af6d999d575b53e8f41cdfb4e9f',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down Expand Up @@ -590,9 +590,9 @@
),
),
'sabre/dav' => array(
'pretty_version' => '4.2.1',
'version' => '4.2.1.0',
'reference' => '5e651f9ddc2b05745f5b28cd697c8e8c6a0b6146',
'pretty_version' => '4.4.0',
'version' => '4.4.0.0',
'reference' => 'b65362abc926520eda2c57e219f022a6c288069d',
'type' => 'library',
'install_path' => __DIR__ . '/../sabre/dav',
'aliases' => array(),
Expand All @@ -608,9 +608,9 @@
'dev_requirement' => false,
),
'sabre/http' => array(
'pretty_version' => '5.1.3',
'version' => '5.1.3.0',
'reference' => '315f592adfcba8aeb73c2fd64285205747acbbd7',
'pretty_version' => '5.1.5',
'version' => '5.1.5.0',
'reference' => '164725c2d2e248384e5b6115510c545e9c47cff9',
'type' => 'library',
'install_path' => __DIR__ . '/../sabre/http',
'aliases' => array(),
Expand All @@ -626,9 +626,9 @@
'dev_requirement' => false,
),
'sabre/vobject' => array(
'pretty_version' => '4.4.1',
'version' => '4.4.1.0',
'reference' => '06feff370141fd3118609f808e86d9315864bf14',
'pretty_version' => '4.4.2',
'version' => '4.4.2.0',
'reference' => 'b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd',
'type' => 'library',
'install_path' => __DIR__ . '/../sabre/vobject',
'aliases' => array(),
Expand Down
Loading

0 comments on commit dd3f5da

Please sign in to comment.