ComposerUpdate

This commit is contained in:
Anyon 2019-11-28 18:21:28 +08:00
parent 733fcfe7fb
commit 4d6860663b
3 changed files with 6 additions and 6 deletions

View File

@ -805,12 +805,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "8d5bb74a4956debf5a37fa1e04d81723910cb889"
"reference": "ceaf13318bc180c168f3a993018d5bf634848a0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/8d5bb74a4956debf5a37fa1e04d81723910cb889",
"reference": "8d5bb74a4956debf5a37fa1e04d81723910cb889",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/ceaf13318bc180c168f3a993018d5bf634848a0a",
"reference": "ceaf13318bc180c168f3a993018d5bf634848a0a",
"shasum": "",
"mirrors": [
{
@ -826,7 +826,7 @@
"ext-json": "*",
"topthink/framework": "^6.0"
},
"time": "2019-11-28T09:07:59+00:00",
"time": "2019-11-28T10:18:05+00:00",
"type": "library",
"extra": {
"think": {

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2019-11-28 17:15:19
// This file is automatically generated at:2019-11-28 18:21:02
declare (strict_types = 1);
return array (
0 => 'think\\app\\Service',

View File

@ -72,7 +72,7 @@ class Install extends Command
protected function configure()
{
$this->setName('xadmin:install');
$this->setDescription("[安装]安装或更新指定模块");
$this->setDescription("[系统]安装或更新指定模块");
$this->addArgument('name', Argument::OPTIONAL, '模块名称', '');
}