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": {