From a75a60fecd5a7de8bcc298d8320ab5a5e2ee5743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 24 Aug 2025 19:33:26 +0200 Subject: [PATCH] Use settings-bundle 3.0.0 to ensure cache invalidation on env var change --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c7c661b7..8e3d1194 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "hshn/base64-encoded-file": "^5.0", "jbtronics/2fa-webauthn": "^3.0.0", "jbtronics/dompdf-font-loader-bundle": "^1.0.0", - "jbtronics/settings-bundle": "^v2.7.0", + "jbtronics/settings-bundle": "^3.0.0", "jfcherng/php-diff": "^6.14", "knpuniversity/oauth2-client-bundle": "^2.15", "league/commonmark": "^2.7", diff --git a/composer.lock b/composer.lock index e5262846..7c5ef265 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2b0f46c3211d452d6bbd71a38ece8cbd", + "content-hash": "09b78f345ea8115b5b29ea3e67dcb579", "packages": [ { "name": "amphp/amp", @@ -5090,16 +5090,16 @@ }, { "name": "jbtronics/settings-bundle", - "version": "v2.7.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/jbtronics/settings-bundle.git", - "reference": "2f579554d52b3d5226b8569ccd13988f6403f6af" + "reference": "34b9629af73c7ad8989d8284470e79f3f8d79712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/2f579554d52b3d5226b8569ccd13988f6403f6af", - "reference": "2f579554d52b3d5226b8569ccd13988f6403f6af", + "url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/34b9629af73c7ad8989d8284470e79f3f8d79712", + "reference": "34b9629af73c7ad8989d8284470e79f3f8d79712", "shasum": "" }, "require": { @@ -5160,7 +5160,7 @@ ], "support": { "issues": "https://github.com/jbtronics/settings-bundle/issues", - "source": "https://github.com/jbtronics/settings-bundle/tree/v2.7.0" + "source": "https://github.com/jbtronics/settings-bundle/tree/v3.0.0" }, "funding": [ { @@ -5172,7 +5172,7 @@ "type": "github" } ], - "time": "2025-08-15T22:13:15+00:00" + "time": "2025-08-24T17:17:43+00:00" }, { "name": "jfcherng/php-color-output",