From 141d4aa233417e770859950bc10b8c8c95b42114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20M=C3=A1rf=C3=B6ldi?= Date: Mon, 17 Aug 2026 07:25:45 +0000 Subject: [PATCH] Update symfony/mcp-bundle version to ^0.11 and adjust related constraints --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 142bf24..3738130 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "phpunit/phpunit": "^9.5", "psr/simple-cache": "^3.0", "slevomat/coding-standard": "8.20", - "symfony/mcp-bundle": "^0.10", + "symfony/mcp-bundle": "^0.11", "symfony/rate-limiter": "^7.0|^8.0", "symfony/test-pack": "^1.0", "symplify/easy-coding-standard": "^13.0", @@ -61,11 +61,11 @@ }, "suggest": { "psr/simple-cache": "Required by the \"mcp\" config section (^3.0)", - "symfony/mcp-bundle": "Required by the \"mcp\" config section (^0.10)", + "symfony/mcp-bundle": "Required by the \"mcp\" config section (^0.10|^0.11)", "symfony/rate-limiter": "Required by the \"mcp\" config section (^7.0|^8.0)" }, "conflict": { - "symfony/mcp-bundle": ">=0.11" + "symfony/mcp-bundle": ">=0.12" }, "autoload": { "psr-4": {