mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
更新composer依赖
This commit is contained in:
@@ -17,7 +17,10 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1.0",
|
"php": ">=7.1.0",
|
||||||
"topthink/think-installer": "~1.0"
|
"topthink/think-installer": "~1.0",
|
||||||
|
"ext-fileinfo": "*",
|
||||||
|
"ext-mbstring": "*",
|
||||||
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.8.*",
|
"phpunit/phpunit": "4.8.*",
|
||||||
|
|||||||
Reference in New Issue
Block a user