阶段更新

This commit is contained in:
2023-03-09 11:54:13 +08:00
parent e78454540f
commit 3cd75b1d6e
47 changed files with 4844 additions and 1646 deletions

View File

@@ -15,13 +15,29 @@
"fruitcake/laravel-cors": "^2.0.4",
"genealabs/laravel-model-caching": "^0.11.3",
"guzzlehttp/guzzle": "^7.4.0",
"iidestiny/laravel-filesystem-oss": "^2.1",
"intervention/image": "^2.5",
"jasonc/api": "^5.0.4",
"joshbrw/laravel-module-installer": "^2.0",
"laravel-admin-ext/grid-lightbox": "^1.0",
"laravel/framework": "^8.71.0",
"laravel/sanctum": "^2.12.2",
"liuhelong/laravel-admin-wechat": "^1.3",
"maatwebsite/excel": "^3.1",
"nosun/ueditor": "^3.0.2",
"nwidart/laravel-modules": "^8.2.0",
"overtrue/chinese-calendar": "^1.0",
"overtrue/easy-sms": "^2.3",
"overtrue/laravel-favorite": "^4.0",
"overtrue/laravel-lang": "~5.0",
"overtrue/laravel-subscribe": "3.1.0",
"overtrue/laravel-versionable": "^2.6",
"overtrue/laravel-wechat": "^6.0",
"overtrue/socialite": "^3.2",
"pragmarx/google2fa-laravel": "^2.0",
"simplesoftwareio/simple-qrcode": "^4.2"
"propaganistas/laravel-phone": "^4.4",
"simplesoftwareio/simple-qrcode": "^4.2",
"symfony/workflow": "^5.2",
"vinkla/hashids": "^9.1"
},
"require-dev": {
"facade/ignition": "^2.16.0",
@@ -35,7 +51,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
},
"extra": {
"laravel": {