This commit is contained in:
walkor 2022-12-09 16:00:51 +08:00
parent 2ce0adfdca
commit d15925d039

View File

@ -1,6 +1,6 @@
{ {
"name": "webman/admin", "name": "webman/admin",
"type": "library", "type": "project",
"license": "MIT", "license": "MIT",
"description": "Webman Admin", "description": "Webman Admin",
"require": { "require": {
@ -11,6 +11,7 @@
"intervention/image": "^2.7", "intervention/image": "^2.7",
"webman/event": "^1.0", "webman/event": "^1.0",
"webman/captcha": "^1.0.0", "webman/captcha": "^1.0.0",
"webman/think-orm": "^1.0",
"guzzlehttp/guzzle": "^7.5" "guzzlehttp/guzzle": "^7.5"
}, },
"autoload": { "autoload": {