From 81441cc77da6283b16f297943372f902c1aadedd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:02:26 +0000 Subject: [PATCH] Bump league/climate in /_backend in the composer-patching group Bumps the composer-patching group in /_backend with 1 update: [league/climate](https://github.com/thephpleague/climate). Updates `league/climate` from 3.11.0 to 3.11.1 - [Changelog](https://github.com/thephpleague/climate/blob/main/CHANGELOG.md) - [Commits](https://github.com/thephpleague/climate/compare/3.11.0...3.11.1) --- updated-dependencies: - dependency-name: league/climate dependency-version: 3.11.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: composer-patching ... Signed-off-by: dependabot[bot] --- _backend/composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_backend/composer.lock b/_backend/composer.lock index 29bd95e802..83a2f7d684 100644 --- a/_backend/composer.lock +++ b/_backend/composer.lock @@ -1135,16 +1135,16 @@ "packages-dev": [ { "name": "league/climate", - "version": "3.11.0", + "version": "3.11.1", "source": { "type": "git", "url": "https://github.com/thephpleague/climate.git", - "reference": "66f14fb99570673597856575dfd9a48984fe49b0" + "reference": "10622dc19e28d3376c82f18df2f07f6a41d20475" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/climate/zipball/66f14fb99570673597856575dfd9a48984fe49b0", - "reference": "66f14fb99570673597856575dfd9a48984fe49b0", + "url": "https://api.github.com/repos/thephpleague/climate/zipball/10622dc19e28d3376c82f18df2f07f6a41d20475", + "reference": "10622dc19e28d3376c82f18df2f07f6a41d20475", "shasum": "" }, "require": { @@ -1156,7 +1156,7 @@ "mikey179/vfsstream": "^1.6.12", "mockery/mockery": "^1.6.12", "phpunit/phpunit": "^9.6.21", - "squizlabs/php_codesniffer": "^3.10" + "squizlabs/php_codesniffer": "^4.0" }, "suggest": { "ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring" @@ -1195,9 +1195,9 @@ ], "support": { "issues": "https://github.com/thephpleague/climate/issues", - "source": "https://github.com/thephpleague/climate/tree/3.11.0" + "source": "https://github.com/thephpleague/climate/tree/3.11.1" }, - "time": "2026-06-09T11:34:50+00:00" + "time": "2026-07-25T09:31:15+00:00" }, { "name": "seld/cli-prompt",