ComposerUpdate

This commit is contained in:
Anyon 2020-04-10 10:48:56 +08:00
parent 7580ee8019
commit 64f7f79a72
5 changed files with 11 additions and 11 deletions

8
composer.lock generated
View File

@ -909,12 +909,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git", "url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c" "reference": "61019c358186f555dc95656e91cecdfe45a79166"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b9e3024d655552b3d6836c8d415f042d85504a8c", "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/61019c358186f555dc95656e91cecdfe45a79166",
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c", "reference": "61019c358186f555dc95656e91cecdfe45a79166",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -958,7 +958,7 @@
], ],
"description": "ThinkPHP v6.0 Development Library", "description": "ThinkPHP v6.0 Development Library",
"homepage": "http://framework.thinkadmin.top", "homepage": "http://framework.thinkadmin.top",
"time": "2020-04-10T02:34:55+00:00" "time": "2020-04-10T02:46:12+00:00"
}, },
{ {
"name": "zoujingli/wechat-developer", "name": "zoujingli/wechat-developer",

View File

@ -935,12 +935,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git", "url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c" "reference": "61019c358186f555dc95656e91cecdfe45a79166"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b9e3024d655552b3d6836c8d415f042d85504a8c", "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/61019c358186f555dc95656e91cecdfe45a79166",
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c", "reference": "61019c358186f555dc95656e91cecdfe45a79166",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -956,7 +956,7 @@
"ext-json": "*", "ext-json": "*",
"topthink/framework": "^6.0" "topthink/framework": "^6.0"
}, },
"time": "2020-04-10T02:34:55+00:00", "time": "2020-04-10T02:46:12+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-04-10 10:41:39 // This file is automatically generated at:2020-04-10 10:48:45
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\app\\Service', 0 => 'think\\app\\Service',

View File

@ -28,7 +28,7 @@ class Optimize extends Command
{ {
protected function configure() protected function configure()
{ {
$this->setName('xadmin:optimize'); $this->setName('xadmin:dbOptimize');
$this->setDescription("Attempt to optimize all data tables"); $this->setDescription("Attempt to optimize all data tables");
} }

View File

@ -28,7 +28,7 @@ class Repair extends Command
{ {
protected function configure() protected function configure()
{ {
$this->setName('xadmin:repair'); $this->setName('xadmin:dbRepair');
$this->setDescription("Attempt to repair all data tables"); $this->setDescription("Attempt to repair all data tables");
} }