Skip to content

Commit f0d0672

Browse files
Merge pull request #1964 from nextcloud/dependabot/composer/sabre/dav-4.7.0
build: Update Sabre/DAV and siblings to PHP 8.4 compatible versions
2 parents 09f4cbc + c0c0e16 commit f0d0672

File tree

83 files changed

+409
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+409
-438
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ bin
3131
*/*/psalm.baseline.xml
3232
*/*/phpcs.xml
3333
*/*/phpcs.xml.dist
34+
*/*/.php-cs-fixer.dist.php
3435
*/*/.phpcs.xml
3536
*/*/phpstan.neon.dist
3637
*/*/phpunit.xml

.patches/custom-itip-broker.diff

Lines changed: 0 additions & 52 deletions
This file was deleted.

.patches/fix-cache-for-node.diff

Lines changed: 0 additions & 27 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"psr/event-dispatcher": "^1.0",
4848
"psr/log": "^3.0.2",
4949
"punic/punic": "^3.8",
50-
"sabre/dav": "^4.4.0",
50+
"sabre/dav": "^4.7.0",
5151
"scssphp/scssphp": "^1.12",
5252
"stecman/symfony-console-completion": "^0.13.0",
5353
"symfony/console": "^6.4.12",

composer.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.patches.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"patches": {
3-
"sabre/dav": {
4-
"Allow for custom iTip broker": ".patches/custom-itip-broker.diff",
5-
"Fix getNodeForPath cache": ".patches/fix-cache-for-node.diff"
6-
},
73
"wapmorgan/mp3info": {
84
"generate exception if codec/layer versions or channel headers are unrecognized": ".patches/mp3info-check-array-key.diff"
95
}

0 commit comments

Comments
 (0)