From fc202be9877fbef42509108182f2a02ff90e8946 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:02:33 +0800 Subject: [PATCH] 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 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 843f166..5e7bf02 100644 --- a/composer.json +++ b/composer.json @@ -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",