We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc0de2 commit f16399cCopy full SHA for f16399c
2 files changed
composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"php": ">=8.2",
15
"cakephp/cakephp": "^5.2",
16
- "mcp/sdk": "^0.2",
+ "mcp/sdk": "^0.3",
17
"ext-sqlite3": "*"
18
},
19
"require-dev": {
config/synapse.php
@@ -125,7 +125,7 @@
125
'sources' => [
126
'cakephp-5x' => [
127
'enabled' => true,
128
- 'repository' => 'https://github.com/cakephp/docs-md.git',
+ 'repository' => 'https://github.com/cakephp/docs.git',
129
'branch' => '5.x',
130
'root' => 'docs/en', // Root directory within repo to index
131
'metadata' => [
0 commit comments