修补缺少的依赖,并添加依赖安装镜像地址

This commit is contained in:
coolxitech 2024-10-29 14:07:37 +08:00
parent 00233a60a5
commit 5e25fb2726

View File

@ -21,6 +21,7 @@
],
"require": {
"php": ">=8.0.0",
"ext-pdo": "*",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-filesystem": "^2.0",
@ -48,5 +49,11 @@
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}