From 38575892f2b76d372e1f1af2c7e5a03b20881d13 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 31 Mar 2026 06:27:20 -0400 Subject: [PATCH] Update opis/json-schema version constraint resolve the version conflict with mcp/sdk. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12c3141a..23ef4559 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "nyholm/psr7": "^1.2", "friendsofphp/php-cs-fixer": "^3.2.2", "symfony/phpunit-bridge": "^6.0 || ^7.0 || ^8.0", - "opis/json-schema": "^1.0", + "opis/json-schema": "^1.0 || ^2.0", "symfony/console": "^6.0 || ^7.0 || ^8.0", "symfony/process": "^6.0 || ^7.0 || ^8.0" },