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": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git", "url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "8d5bb74a4956debf5a37fa1e04d81723910cb889" "reference": "ceaf13318bc180c168f3a993018d5bf634848a0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/8d5bb74a4956debf5a37fa1e04d81723910cb889", "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/ceaf13318bc180c168f3a993018d5bf634848a0a",
"reference": "8d5bb74a4956debf5a37fa1e04d81723910cb889", "reference": "ceaf13318bc180c168f3a993018d5bf634848a0a",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -826,7 +826,7 @@
"ext-json": "*", "ext-json": "*",
"topthink/framework": "^6.0" "topthink/framework": "^6.0"
}, },
"time": "2019-11-28T09:07:59+00:00", "time": "2019-11-28T10:18:05+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:2019-11-28 17:15:19 // This file is automatically generated at:2019-11-28 18:21:02
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\app\\Service', 0 => 'think\\app\\Service',

View File

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