Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sabre/dav (and friends) to 4.0 #398

Merged
merged 1 commit into from
Mar 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
bin
*/**/phpstan.neon
.php_cs.dist
# ignore demo files
james-heinrich/getid3/demos
james-heinrich/getid3/helperapps
Expand Down Expand Up @@ -127,6 +129,7 @@ icewind/streams/README.md
icewind/streams/LICENCE
icewind/streams/composer.json
icewind/searchdav/.github/
icewind/searchdav/.scrutinizer.yml
icewind/searchdav/tests
icewind/searchdav/README.md
icewind/searchdav/composer.json
Expand Down Expand Up @@ -228,7 +231,9 @@ sabre/dav/tests
sabre/event/tests
sabre/http/examples
sabre/http/tests
sabre/uri/.gitattributes
sabre/uri/tests
sabre/vobject/CHANGELOG.md
sabre/vobject/tests
sabre/xml/tests

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"deepdiver1975/tarstreamer": "v2.0.0",
"doctrine/dbal": "2.9.2",
"guzzlehttp/guzzle": "6.5.2",
"icewind/searchdav": "1.0.2",
"icewind/searchdav": "^2.0.0",
"icewind/streams": "v0.7.1",
"interfasys/lognormalizer": "^v1.0",
"jeremeamia/superclosure": "^2.4",
Expand All @@ -34,7 +34,7 @@
"php-opencloud/openstack": "3.0.7",
"pimple/pimple": "3.2.3",
"punic/punic": "^1.6",
"sabre/dav": "^3.2.0",
"sabre/dav": "^4.0.0",
"scssphp/scssphp": "1.0.3",
"stecman/symfony-console-completion": "^0.8.0",
"swiftmailer/swiftmailer": "^6.0",
Expand Down
143 changes: 71 additions & 72 deletions composer.lock

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

Loading