diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index cf468bfce..84aad7847 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -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": { diff --git a/vendor/services.php b/vendor/services.php index 12ceaf00b..f1fb1925e 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/command/Install.php b/vendor/zoujingli/think-library/src/command/Install.php index 72be2b086..adf3b83d5 100644 --- a/vendor/zoujingli/think-library/src/command/Install.php +++ b/vendor/zoujingli/think-library/src/command/Install.php @@ -72,7 +72,7 @@ class Install extends Command protected function configure() { $this->setName('xadmin:install'); - $this->setDescription("[安装]安装或更新指定模块"); + $this->setDescription("[系统]安装或更新指定模块"); $this->addArgument('name', Argument::OPTIONAL, '模块名称', ''); }