From d15925d039dac14e0025b5bf1fd6fe80c779c325 Mon Sep 17 00:00:00 2001 From: walkor Date: Fri, 9 Dec 2022 16:00:51 +0800 Subject: [PATCH] save --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39aa9c4..0d15e5f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "webman/admin", - "type": "library", + "type": "project", "license": "MIT", "description": "Webman Admin", "require": { @@ -11,6 +11,7 @@ "intervention/image": "^2.7", "webman/event": "^1.0", "webman/captcha": "^1.0.0", + "webman/think-orm": "^1.0", "guzzlehttp/guzzle": "^7.5" }, "autoload": {