ComposerUpdate

This commit is contained in:
Anyon 2020-12-28 10:40:15 +08:00
parent a28f8fb8fd
commit b58992bd8d
3 changed files with 6 additions and 6 deletions

View File

@ -937,12 +937,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git", "url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "e1cc4dcb049fc1cedbb99807d235e5bda3dcdf71" "reference": "77717276da3ea1148a75b2a2c5fa11aa561c3ac0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/e1cc4dcb049fc1cedbb99807d235e5bda3dcdf71", "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/77717276da3ea1148a75b2a2c5fa11aa561c3ac0",
"reference": "e1cc4dcb049fc1cedbb99807d235e5bda3dcdf71", "reference": "77717276da3ea1148a75b2a2c5fa11aa561c3ac0",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -959,7 +959,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"topthink/framework": "^6.0" "topthink/framework": "^6.0"
}, },
"time": "2020-12-26T08:29:41+00:00", "time": "2020-12-26T09:53:10+00:00",
"type": "library", "type": "library",
"extra": { "extra": {
"think": { "think": {

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php <?php
// This file is automatically generated at:2020-12-26 16:45:15 // This file is automatically generated at:2020-12-28 10:39:29
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\admin\\Library', 0 => 'think\\admin\\Library',

View File

@ -42,7 +42,7 @@ class Library extends Service
/** /**
* 版本号 * 版本号
*/ */
const VERSION = '6.0.23'; const VERSION = '6.0.22';
/** /**
* 启动服务 * 启动服务