mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
ComposerUpdate
This commit is contained in:
parent
7580ee8019
commit
64f7f79a72
8
composer.lock
generated
8
composer.lock
generated
@ -909,12 +909,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c"
|
||||
"reference": "61019c358186f555dc95656e91cecdfe45a79166"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b9e3024d655552b3d6836c8d415f042d85504a8c",
|
||||
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/61019c358186f555dc95656e91cecdfe45a79166",
|
||||
"reference": "61019c358186f555dc95656e91cecdfe45a79166",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -958,7 +958,7 @@
|
||||
],
|
||||
"description": "ThinkPHP v6.0 Development Library",
|
||||
"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",
|
||||
|
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -935,12 +935,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c"
|
||||
"reference": "61019c358186f555dc95656e91cecdfe45a79166"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b9e3024d655552b3d6836c8d415f042d85504a8c",
|
||||
"reference": "b9e3024d655552b3d6836c8d415f042d85504a8c",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/61019c358186f555dc95656e91cecdfe45a79166",
|
||||
"reference": "61019c358186f555dc95656e91cecdfe45a79166",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -956,7 +956,7 @@
|
||||
"ext-json": "*",
|
||||
"topthink/framework": "^6.0"
|
||||
},
|
||||
"time": "2020-04-10T02:34:55+00:00",
|
||||
"time": "2020-04-10T02:46:12+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"think": {
|
||||
|
2
vendor/services.php
vendored
2
vendor/services.php
vendored
@ -1,5 +1,5 @@
|
||||
<?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);
|
||||
return array (
|
||||
0 => 'think\\app\\Service',
|
||||
|
@ -28,7 +28,7 @@ class Optimize extends Command
|
||||
{
|
||||
protected function configure()
|
||||
{
|
||||
$this->setName('xadmin:optimize');
|
||||
$this->setName('xadmin:dbOptimize');
|
||||
$this->setDescription("Attempt to optimize all data tables");
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ class Repair extends Command
|
||||
{
|
||||
protected function configure()
|
||||
{
|
||||
$this->setName('xadmin:repair');
|
||||
$this->setName('xadmin:dbRepair');
|
||||
$this->setDescription("Attempt to repair all data tables");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user