build(deps): update topthink/think-orm to 4.0.3

- Specify version 4.0.3 for topthink/think-orm in composer.json
- This change pins the ORM package to a specific version for stability and compatibility
This commit is contained in:
wolfcode
2025-03-25 15:02:33 +08:00
parent 71e069712a
commit fc202be987

View File

@@ -22,7 +22,7 @@
"require": {
"php": ">=8.1.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^4.0",
"topthink/think-orm": "4.0.3",
"topthink/think-multi-app": "^1.1.0",
"topthink/think-view": "^2.0",
"topthink/think-captcha": "^3.0",