ComposerUpdate

This commit is contained in:
Anyon 2020-12-02 14:53:57 +08:00
parent 0af4b2a19a
commit 07df29422e
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": "a1ea81986d6c5e90af3a172cbec70cfc8fbfc7bf" "reference": "6f2b994b642a808ae10c1502edb8e5e92b2fff27"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/a1ea81986d6c5e90af3a172cbec70cfc8fbfc7bf", "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/6f2b994b642a808ae10c1502edb8e5e92b2fff27",
"reference": "a1ea81986d6c5e90af3a172cbec70cfc8fbfc7bf", "reference": "6f2b994b642a808ae10c1502edb8e5e92b2fff27",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -959,7 +959,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"topthink/framework": "^6.0" "topthink/framework": "^6.0"
}, },
"time": "2020-11-30T06:02:53+00:00", "time": "2020-11-30T06:08:44+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-11-30 14:11:53 // This file is automatically generated at:2020-12-02 14:53:34
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\admin\\Library', 0 => 'think\\admin\\Library',

View File

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