Compare commits

..

1 Commits

2 changed files with 7 additions and 10 deletions
-3
View File
@@ -42,9 +42,6 @@ Listen 8000
SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000" SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
</FilesMatch> </FilesMatch>
<Proxy "fcgi://${NEXTCLOUD_HOST}:9000" flushpackets=on>
</Proxy>
# Compress JS, CSS and SVG responses with Brotli (quality 4 gives good # Compress JS, CSS and SVG responses with Brotli (quality 4 gives good
# compression with reasonable CPU cost; the default of 0 barely compresses). # compression with reasonable CPU cost; the default of 0 barely compresses).
# Other plain-text files are already compressed by Nextcloud itself. # Other plain-text files are already compressed by Nextcloud itself.
+7 -7
View File
@@ -3847,16 +3847,16 @@
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "8.3.0", "version": "8.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "b36d33b6e796513de7cb7df053afb3f55eefcd47" "reference": "cce1bb200e0062e72f9b85ccfe54d3fd38bbd044"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b36d33b6e796513de7cb7df053afb3f55eefcd47", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/cce1bb200e0062e72f9b85ccfe54d3fd38bbd044",
"reference": "b36d33b6e796513de7cb7df053afb3f55eefcd47", "reference": "cce1bb200e0062e72f9b85ccfe54d3fd38bbd044",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3869,7 +3869,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "8.3-dev" "dev-main": "8.2-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3902,7 +3902,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/diff/issues", "issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy", "security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/8.3.0" "source": "https://github.com/sebastianbergmann/diff/tree/8.2.1"
}, },
"funding": [ "funding": [
{ {
@@ -3922,7 +3922,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-15T04:58:09+00:00" "time": "2026-05-14T05:24:37+00:00"
}, },
{ {
"name": "spatie/array-to-xml", "name": "spatie/array-to-xml",