Use newer version of settings-bundle that should not fail anymore if the database does not exist during cache warmup

This commit is contained in:
Jan Böhmer 2025-08-03 21:43:56 +02:00
parent 286cd009de
commit fd090b8701

12
composer.lock generated
View file

@ -4001,16 +4001,16 @@
}, },
{ {
"name": "jbtronics/settings-bundle", "name": "jbtronics/settings-bundle",
"version": "v2.6.0", "version": "v2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jbtronics/settings-bundle.git", "url": "https://github.com/jbtronics/settings-bundle.git",
"reference": "664fb806aa4449e781add38a5930e4139a24ca9e" "reference": "a2a8f5b15c26ea790dcb6153c0e3ddc5c75df8af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/664fb806aa4449e781add38a5930e4139a24ca9e", "url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/a2a8f5b15c26ea790dcb6153c0e3ddc5c75df8af",
"reference": "664fb806aa4449e781add38a5930e4139a24ca9e", "reference": "a2a8f5b15c26ea790dcb6153c0e3ddc5c75df8af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4071,7 +4071,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/jbtronics/settings-bundle/issues", "issues": "https://github.com/jbtronics/settings-bundle/issues",
"source": "https://github.com/jbtronics/settings-bundle/tree/v2.6.0" "source": "https://github.com/jbtronics/settings-bundle/tree/v2.6.1"
}, },
"funding": [ "funding": [
{ {
@ -4083,7 +4083,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-06-01T22:03:48+00:00" "time": "2025-08-03T19:40:00+00:00"
}, },
{ {
"name": "jfcherng/php-color-output", "name": "jfcherng/php-color-output",