refactor announce

This commit is contained in:
xiaomlove
2022-03-17 18:46:49 +08:00
parent 3ad8fabe7b
commit 6665c98169
16 changed files with 1486 additions and 27 deletions
+3 -2
View File
@@ -23,13 +23,13 @@
},
"require": {
"php": "^8.0",
"ext-bcmath": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-xml": "*",
"ext-bcmath": "*",
"ext-redis": "*",
"ext-xml": "*",
"doctrine/dbal": "^3.1",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
@@ -39,6 +39,7 @@
"imdbphp/imdbphp": "^7.0",
"laravel-lang/lang": "~7.0",
"laravel/framework": "^8.12",
"laravel/octane": "^1.2",
"laravel/sanctum": "^2.10",
"laravel/tinker": "^2.5",
"nao-pon/flysystem-google-drive": "^1.1",