瀏覽代碼

ComposerUpdate

Anyon 5 年之前
父節點
當前提交
64f7f79a72

+ 4 - 4
composer.lock

@@ -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",

+ 4 - 4
vendor/composer/installed.json

@@ -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": {

+ 1 - 1
vendor/services.php

@@ -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',

+ 1 - 1
vendor/zoujingli/think-library/src/command/database/Optimize.php

@@ -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");
     }
 

+ 1 - 1
vendor/zoujingli/think-library/src/command/database/Repair.php

@@ -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");
     }