🔧 Changing configuration files.

This commit is contained in:
Wisp X 2022-02-10 11:01:37 +08:00
parent 2b44ab2baa
commit ff81bcc5d8
3 changed files with 379 additions and 320 deletions

24
composer.lock generated
View File

@ -1102,16 +1102,16 @@
},
{
"name": "laravel/framework",
"version": "v9.0.0",
"version": "v9.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "fbe7ed828819eadabb3cb9f95847a2ffe8846fd6"
"reference": "afeb58d019b203ecb1a1c4063a66a029ea6bea63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/fbe7ed828819eadabb3cb9f95847a2ffe8846fd6",
"reference": "fbe7ed828819eadabb3cb9f95847a2ffe8846fd6",
"url": "https://api.github.com/repos/laravel/framework/zipball/afeb58d019b203ecb1a1c4063a66a029ea6bea63",
"reference": "afeb58d019b203ecb1a1c4063a66a029ea6bea63",
"shasum": ""
},
"require": {
@ -1277,7 +1277,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2022-02-08T15:48:31+00:00"
"time": "2022-02-09T15:00:05+00:00"
},
{
"name": "laravel/sanctum",
@ -5288,16 +5288,16 @@
"packages-dev": [
{
"name": "barryvdh/laravel-debugbar",
"version": "v3.6.6",
"version": "v3.6.7",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "f92fe967b40b36ad1ee8ed2fd59c05ae67a1ebba"
"reference": "b96f9820aaf1ff9afe945207883149e1c7afb298"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/f92fe967b40b36ad1ee8ed2fd59c05ae67a1ebba",
"reference": "f92fe967b40b36ad1ee8ed2fd59c05ae67a1ebba",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/b96f9820aaf1ff9afe945207883149e1c7afb298",
"reference": "b96f9820aaf1ff9afe945207883149e1c7afb298",
"shasum": ""
},
"require": {
@ -5311,7 +5311,7 @@
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^4|^5|^6",
"orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
@ -5357,7 +5357,7 @@
],
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.6"
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.7"
},
"funding": [
{
@ -5369,7 +5369,7 @@
"type": "github"
}
],
"time": "2021-12-21T18:20:10+00:00"
"time": "2022-02-09T07:52:32+00:00"
},
{
"name": "doctrine/instantiator",

View File

@ -69,7 +69,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'PRC',
/*
|--------------------------------------------------------------------------
@ -82,7 +82,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'zh_CN',
/*
|--------------------------------------------------------------------------

File diff suppressed because it is too large Load Diff