Parcourir la source

build(deps): 项目依赖包迁移到扩展里面

runphp il y a 7 mois
Parent
commit
e53481ba46
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -22,7 +22,8 @@
         "php": ">=8.3",
         "composer-plugin-api": "^2.0",
         "topthink/framework": "^8.1",
-        "topthink/think-orm": "^4.0"
+        "topthink/think-orm": "^4.0",
+        "composer/composer": "^2.8.11"
     },
     "extra": {
         "think": {