Skip to content

Commit

Permalink
Update sabre/dav (and friends) to 4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Feb 6, 2020
1 parent ad7f552 commit d6da28d
Show file tree
Hide file tree
Showing 395 changed files with 12,256 additions and 14,193 deletions.
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": "v0.1.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.6",
"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

0 comments on commit d6da28d

Please sign in to comment.