diff --git a/composer.json b/composer.json index aed46e4..fef164c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "php-mcp/server", + "version": "3.3.0", "description": "PHP SDK for building Model Context Protocol (MCP) servers - Create MCP tools, resources, and prompts", "keywords": [ "mcp", @@ -22,6 +23,15 @@ "email": "koshnawaza@gmail.com" } ], + "replace": { + "php-mcp/server": "3.3.0" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/Leantime/reactphp-http.git" + } + ], "require": { "php": ">=8.1", "opis/json-schema": "^2.4", @@ -71,4 +81,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}