|
@@ -23,13 +23,14 @@
|
|
|
"php": ">=8.4",
|
|
"php": ">=8.4",
|
|
|
"composer-plugin-api": "^2.0",
|
|
"composer-plugin-api": "^2.0",
|
|
|
"composer/composer": "^2.9.2",
|
|
"composer/composer": "^2.9.2",
|
|
|
|
|
+ "opis/closure": "^4.4.0",
|
|
|
|
|
+ "topthink/think-cors": "^1.0.2",
|
|
|
"topthink/framework": "^8.1.3",
|
|
"topthink/framework": "^8.1.3",
|
|
|
|
|
+ "topthink/think-multi-app": "^v1.1.1",
|
|
|
"topthink/think-orm": "^4.0.50",
|
|
"topthink/think-orm": "^4.0.50",
|
|
|
"topthink/think-queue": "^3.0.12",
|
|
"topthink/think-queue": "^3.0.12",
|
|
|
"topthink/think-view": "^2.0.5",
|
|
"topthink/think-view": "^2.0.5",
|
|
|
"topthink/think-worker": "^5.0.2",
|
|
"topthink/think-worker": "^5.0.2",
|
|
|
- "topthink/think-cors": "^1.0.2",
|
|
|
|
|
- "opis/closure": "^4.4.0",
|
|
|
|
|
"workerman/crontab": "^1.0.7"
|
|
"workerman/crontab": "^1.0.7"
|
|
|
},
|
|
},
|
|
|
"extra": {
|
|
"extra": {
|