chore (deps): update monicahq/laravel-sabre to version 1.1 (#2868)

This commit is contained in:
Alexis Saettler
2019-08-08 08:48:09 +02:00
committed by GitHub
parent e01041475a
commit 3e7ab6532d
5 changed files with 63 additions and 66 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -1,4 +1,6 @@
.circleci/
.azure/
.composer/
.git/
.gitattributes
.github/
@@ -20,7 +22,6 @@ Homestead.*
node_modules/
npm-debug.log*
persist/
phpunit*
.phpunit.result.cache
Procfile
public/storage
@@ -29,7 +30,6 @@ results/
.sass-lint.yml
scripts/tests
scripts/vagrant
server.php
sonar-project.properties
storage/app/public/*
storage/debugbar/*
+2 -2
View File
@@ -5,7 +5,7 @@ namespace App\Providers;
use Illuminate\Support\Arr;
use LaravelSabre\LaravelSabre;
use Sabre\CalDAV\CalendarRoot;
//use Sabre\CalDAV\ICSExportPlugin;
use Sabre\CalDAV\ICSExportPlugin;
use Sabre\CardDAV\VCFExportPlugin;
use Illuminate\Support\Facades\App;
use Sabre\DAVACL\Plugin as AclPlugin;
@@ -85,7 +85,7 @@ class DAVServiceProvider extends ServiceProvider
// CalDAV plugin
yield new CalDAVPlugin();
//yield new ICSExportPlugin();
yield new ICSExportPlugin();
// Sync Plugin - rfc6578
yield new SyncPlugin();
+2 -2
View File
@@ -32,7 +32,7 @@
"matriphe/iso-639": "^1.0",
"moneyphp/money": "^3.1",
"monicahq/laravel-cloudflare": "^1.0",
"monicahq/laravel-sabre": "^1.0.0",
"monicahq/laravel-sabre": "^1.1",
"ok/ipstack-client": "^1.2",
"paragonie/constant_time_encoding": "^2.2",
"pragmarx/countries-laravel": "^0.6.1",
@@ -41,7 +41,7 @@
"pragmarx/recovery": "^0.1.0",
"predis/predis": "^1.1",
"ralouphie/mimey": "^2.0",
"sabre/dav": "^3.2",
"sabre/dav": "^4.0",
"sentry/sentry-laravel": "^1.0",
"stevebauman/location": "^3.0",
"symfony/translation": "^4.0",
Generated
+57 -60
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "844835e53799d34096c8acf8f9ffb7cc",
"content-hash": "520581f1bc9f53bb5d0cbd83b82af392",
"packages": [
{
"name": "asbiin/laravel-webauthn",
@@ -3462,26 +3462,26 @@
},
{
"name": "monicahq/laravel-sabre",
"version": "1.0.2",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/monicahq/laravel-sabre.git",
"reference": "1197ca154a90c1d446c8e855b51e32590e634d84"
"reference": "4e557b7bdfe3400cd37022202a44aa3fbabb25d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monicahq/laravel-sabre/zipball/1197ca154a90c1d446c8e855b51e32590e634d84",
"reference": "1197ca154a90c1d446c8e855b51e32590e634d84",
"url": "https://api.github.com/repos/monicahq/laravel-sabre/zipball/4e557b7bdfe3400cd37022202a44aa3fbabb25d9",
"reference": "4e557b7bdfe3400cd37022202a44aa3fbabb25d9",
"shasum": ""
},
"require": {
"laravel/framework": "^5.6",
"sabre/dav": "^3.2"
"sabre/dav": "^4.0"
},
"require-dev": {
"nunomaduro/larastan": "^0.3.15",
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "^7.3",
"phpunit/phpunit": "^8.0",
"vimeo/psalm": "^3.0"
},
"type": "library",
@@ -3514,7 +3514,7 @@
"php",
"sabre"
],
"time": "2019-05-16T16:16:15+00:00"
"time": "2019-08-07T22:11:56+00:00"
},
{
"name": "monolog/monolog",
@@ -6196,16 +6196,16 @@
},
{
"name": "sabre/dav",
"version": "3.2.3",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/dav.git",
"reference": "a9780ce4f35560ecbd0af524ad32d9d2c8954b80"
"reference": "a4959bf2b9b175aef6fd91c9006b1ca7a56f9bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/dav/zipball/a9780ce4f35560ecbd0af524ad32d9d2c8954b80",
"reference": "a9780ce4f35560ecbd0af524ad32d9d2c8954b80",
"url": "https://api.github.com/repos/sabre-io/dav/zipball/a4959bf2b9b175aef6fd91c9006b1ca7a56f9bb0",
"reference": "a4959bf2b9b175aef6fd91c9006b1ca7a56f9bb0",
"shasum": ""
},
"require": {
@@ -6213,27 +6213,28 @@
"ext-date": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-spl": "*",
"lib-libxml": ">=2.7.0",
"php": ">=5.5.0",
"php": ">=7.0.0",
"psr/log": "^1.0",
"sabre/event": ">=2.0.0, <4.0.0",
"sabre/http": "^4.2.1",
"sabre/uri": "^1.0.1",
"sabre/vobject": "^4.1.0",
"sabre/xml": "^1.4.0"
"sabre/event": "^5.0",
"sabre/http": "^5.0",
"sabre/uri": "^2.0",
"sabre/vobject": "^4.2.0-alpha1",
"sabre/xml": "^2.0.1"
},
"require-dev": {
"evert/phpdoc-md": "~0.1.0",
"monolog/monolog": "^1.18",
"phpunit/phpunit": "> 4.8, <6.0.0",
"sabre/cs": "^1.0.0"
"phpunit/phpunit": "^6"
},
"suggest": {
"ext-curl": "*",
"ext-imap": "*",
"ext-pdo": "*"
},
"bin": [
@@ -6241,11 +6242,6 @@
"bin/naturalselection"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.0-dev"
}
},
"autoload": {
"psr-4": {
"Sabre\\DAV\\": "lib/DAV/",
@@ -6275,28 +6271,28 @@
"framework",
"iCalendar"
],
"time": "2018-10-19T09:58:27+00:00"
"time": "2019-07-01T10:03:18+00:00"
},
{
"name": "sabre/event",
"version": "3.0.0",
"version": "5.0.3",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/event.git",
"reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534"
"reference": "f5cf802d240df1257866d8813282b98aee3bc548"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/event/zipball/831d586f5a442dceacdcf5e9c4c36a4db99a3534",
"reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534",
"url": "https://api.github.com/repos/sabre-io/event/zipball/f5cf802d240df1257866d8813282b98aee3bc548",
"reference": "f5cf802d240df1257866d8813282b98aee3bc548",
"shasum": ""
},
"require": {
"php": ">=5.5"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"sabre/cs": "~0.0.4"
"phpunit/phpunit": ">=6",
"sabre/cs": "~1.0.0"
},
"type": "library",
"autoload": {
@@ -6326,38 +6322,41 @@
"keywords": [
"EventEmitter",
"async",
"coroutine",
"eventloop",
"events",
"hooks",
"plugin",
"promise",
"reactor",
"signal"
],
"time": "2015-11-05T20:14:39+00:00"
"time": "2018-03-05T13:55:47+00:00"
},
{
"name": "sabre/http",
"version": "v4.2.4",
"version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/http.git",
"reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956"
"reference": "f91c7d4437dcbc6f89c8b64e855e1544f4b60250"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/http/zipball/acccec4ba863959b2d10c1fa0fb902736c5c8956",
"reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956",
"url": "https://api.github.com/repos/sabre-io/http/zipball/f91c7d4437dcbc6f89c8b64e855e1544f4b60250",
"reference": "f91c7d4437dcbc6f89c8b64e855e1544f4b60250",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-mbstring": "*",
"php": ">=5.4",
"sabre/event": ">=1.0.0,<4.0.0",
"sabre/uri": "~1.0"
"php": ">=7.0",
"sabre/event": ">=4.0 <6.0",
"sabre/uri": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.3",
"sabre/cs": "~0.0.1"
"phpunit/phpunit": ">=6.0.0",
"sabre/cs": "~1.0.0"
},
"suggest": {
"ext-curl": " to make http requests with the Client class"
@@ -6388,28 +6387,27 @@
"keywords": [
"http"
],
"time": "2018-02-23T11:10:29+00:00"
"time": "2018-06-04T21:27:19+00:00"
},
{
"name": "sabre/uri",
"version": "1.2.1",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/uri.git",
"reference": "ada354d83579565949d80b2e15593c2371225e61"
"reference": "c260a55cbd2083c03484f56f72fe042fee0c17ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/uri/zipball/ada354d83579565949d80b2e15593c2371225e61",
"reference": "ada354d83579565949d80b2e15593c2371225e61",
"url": "https://api.github.com/repos/sabre-io/uri/zipball/c260a55cbd2083c03484f56f72fe042fee0c17ed",
"reference": "c260a55cbd2083c03484f56f72fe042fee0c17ed",
"shasum": ""
},
"require": {
"php": ">=5.4.7"
"php": ">=7"
},
"require-dev": {
"phpunit/phpunit": ">=4.0,<6.0",
"sabre/cs": "~1.0.0"
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
@@ -6439,7 +6437,7 @@
"uri",
"url"
],
"time": "2017-02-20T19:59:28+00:00"
"time": "2019-06-25T05:34:33+00:00"
},
{
"name": "sabre/vobject",
@@ -6539,16 +6537,16 @@
},
{
"name": "sabre/xml",
"version": "1.5.1",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/xml.git",
"reference": "a367665f1df614c3b8fefc30a54de7cd295e444e"
"reference": "e15454e68805e3713271ea58c0b2d6a82dac56b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/xml/zipball/a367665f1df614c3b8fefc30a54de7cd295e444e",
"reference": "a367665f1df614c3b8fefc30a54de7cd295e444e",
"url": "https://api.github.com/repos/sabre-io/xml/zipball/e15454e68805e3713271ea58c0b2d6a82dac56b7",
"reference": "e15454e68805e3713271ea58c0b2d6a82dac56b7",
"shasum": ""
},
"require": {
@@ -6556,12 +6554,11 @@
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"lib-libxml": ">=2.6.20",
"php": ">=5.5.5",
"php": ">=7.0",
"sabre/uri": ">=1.0,<3.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.7",
"sabre/cs": "~1.0.0"
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
@@ -6598,7 +6595,7 @@
"dom",
"xml"
],
"time": "2019-01-09T13:51:57+00:00"
"time": "2019-01-09T13:50:52+00:00"
},
{
"name": "sentry/sdk",