Browse Source

feat(maker-bundle): 添加 mcp/sdk 依赖,版本要求为 ^0.4

runphp 12 hours ago
parent
commit
b94b39a597
1 changed files with 4 additions and 3 deletions
  1. 4 3
      composer.json

+ 4 - 3
composer.json

@@ -13,11 +13,12 @@
         "boilerplate"
     ],
     "require": {
-        "topthink/framework": "^8.1",
-        "symfony/console": "^7.3",
+        "mcp/sdk": "^0.4",
         "cakephp/migrations": "^4.6",
         "six-shop/core": "^0.6.5",
-        "six-shop/system": "^0.3.7"
+        "six-shop/system": "^0.3.7",
+        "symfony/console": "^7.3",
+        "topthink/framework": "^8.1"
     },
     "require-dev": {
         "phpunit/phpunit": "^10.5",