更新 Composer 依赖

pull/291/head
F4NNIU 2021-03-18 15:33:18 +08:00
parent 2b5cab420a
commit 2e74e2c119
1 changed files with 8 additions and 2 deletions

View File

@ -16,7 +16,7 @@
], ],
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"topthink/framework": "~5.0.24", "topthink/framework": "dev-master",
"topthink/think-captcha": "^1.0", "topthink/think-captcha": "^1.0",
"karsonzhang/fastadmin-addons": "~1.2.4", "karsonzhang/fastadmin-addons": "~1.2.4",
"overtrue/pinyin": "~3.0", "overtrue/pinyin": "~3.0",
@ -30,5 +30,11 @@
}, },
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist"
} },
"repositories": [
{
"type": "vcs",
"url": "https://gitee.com/karson/framework"
}
]
} }