Skip to content

Commit 75556fd

Browse files
authored
Update composer.json
1 parent 9d2e7e4 commit 75556fd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "php-mcp/server",
3+
"version": "3.3.0",
34
"description": "PHP SDK for building Model Context Protocol (MCP) servers - Create MCP tools, resources, and prompts",
45
"keywords": [
56
"mcp",
@@ -22,6 +23,15 @@
2223
"email": "[email protected]"
2324
}
2425
],
26+
"replace": {
27+
"php-mcp/server": "3.3.0"
28+
},
29+
"repositories": [
30+
{
31+
"type": "vcs",
32+
"url": "https://github.com/Leantime/reactphp-http.git"
33+
}
34+
],
2535
"require": {
2636
"php": ">=8.1",
2737
"opis/json-schema": "^2.4",
@@ -71,4 +81,4 @@
7181
},
7282
"minimum-stability": "dev",
7383
"prefer-stable": true
74-
}
84+
}

0 commit comments

Comments
 (0)