更新composer依赖

This commit is contained in:
Karson
2025-07-02 22:33:59 +08:00
parent 0216ba5027
commit d08729b040

View File

@@ -17,7 +17,10 @@
],
"require": {
"php": ">=7.1.0",
"topthink/think-installer": "~1.0"
"topthink/think-installer": "~1.0",
"ext-fileinfo": "*",
"ext-mbstring": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",