Skip to content

Update sabre/dav requirement from 3.2.3 to 4.1.5 in /build/integration

Created by: dependabot[bot]

Updates the requirements on sabre/dav to permit the latest version.

Release notes

Sourced from sabre/dav's releases.

Release 4.1.5

4.1.5 (2021-02-12)

Changelog

Sourced from sabre/dav's changelog.

4.1.5 (2021-02-12)

4.1.4 (2021-01-11)

  • #1312: Reduce package size by ignoring test and other non-run-time files
  • #1316: Minor code changes for latest PHP cs-fixer
  • #1319: Fix "Trying to access array offset on value of type bool"
  • #1321: Complete checks for non existing/null/false time-range array keys

4.1.3 (2020-11-09)

  • #1306: Return 409 when trying to PUT a file into a non-existent collection

4.1.2 (2020-10-04)

  • #1296: Add experimental support for PHP 8.0

4.1.1 (2020-07-13)

  • Fix PHPdoc of Tree:move method
  • Allow using custom SAPI implementations
  • Include baseUri in lock responses

4.1.0 (2020-03-20)

  • Support PHP 7.4
  • Drop support for PHP 7.0
  • CalDAV: send MIME-Version header in scheduling emails

4.0.3 (2020-01-10)

  • DAV: Streaming PROPFIND server implementation
  • DAVACL: Fix uppercase of NotAuthenticated class
  • CalDAV: Return only calendar objects owned by principal itself
  • CalDAV: Convert scheduling object data from resource to string
  • Browser Plugin: Fix content type guessing if setBaseUri is set to a folder

4.0.2 (2019-10-18)

  • Fix error with PHP 7.4
  • CardDAV: Fix content-type for Thunderbird

4.0.1 (2019-08-20)

  • TemporaryFileFilterPlugin: Fix Strict Error

... (truncated)

Commits
  • c1afdc7 Merge pull request #1330 from phil-davis/prepare-release-4.1.5
  • 0d0d191 Release 4.1.5
  • 012d643 Merge pull request #1322 from mstilkerich/fix_addressbook_query_paramfilter
  • b5792d3 Fix style
  • 505e905 Fix negated text-match in prop-filter
  • 7820ac4 Fix negated text-match on param-filter
  • 171e367 Fix null dereference on param-filter check
  • 82ea0e9 Merge pull request #1329 from phil-davis/phpstan-level-1
  • 0939a25 Increase phpstan to level 1
  • 38efc9e Test code is not part of vobject distribution - do not run vobject tests in CI
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports

Loading