Explorar el Código

build(composer): 更新项目依赖

runphp hace 7 meses
padre
commit
b69260588e
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      composer.json

+ 9 - 1
composer.json

@@ -21,9 +21,17 @@
     "require": {
         "php": ">=8.3",
         "composer-plugin-api": "^2.0",
+        "composer/composer": "^2.8.11",
         "topthink/framework": "^8.1",
         "topthink/think-orm": "^4.0",
-        "composer/composer": "^2.8.11"
+        "topthink/think-helper": "^3.1.11",
+        "topthink/think-ide-helper": "^2.0",
+        "topthink/think-migration": "^3.1.1",
+        "topthink/think-multi-app": "^1.1.1",
+        "topthink/think-queue": "^3.0.12",
+        "topthink/think-view": "^2.0.5",
+        "topthink/think-worker": "^5.0.2",
+        "workerman/crontab": "^1.0.7"
     },
     "extra": {
         "think": {