From 19f986fbf93f394bdfb260eae46ea309fbe02066 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 22 Apr 2020 14:46:42 +0800 Subject: [PATCH] ComposerUpdate --- composer.lock | 8 ++++---- vendor/composer/installed.json | 8 ++++---- vendor/services.php | 2 +- vendor/zoujingli/think-library/src/command/Install.php | 1 - 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 25d9a69e6..f6dc2dbcb 100644 --- a/composer.lock +++ b/composer.lock @@ -909,12 +909,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "a3669a172aaaa239a8ff1b557f38ab75eae79434" + "reference": "89beab0c55d0fb9167913764b78ede9859485fad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/a3669a172aaaa239a8ff1b557f38ab75eae79434", - "reference": "a3669a172aaaa239a8ff1b557f38ab75eae79434", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/89beab0c55d0fb9167913764b78ede9859485fad", + "reference": "89beab0c55d0fb9167913764b78ede9859485fad", "shasum": "", "mirrors": [ { @@ -958,7 +958,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://framework.thinkadmin.top", - "time": "2020-04-22T06:39:20+00:00" + "time": "2020-04-22T06:44:38+00:00" }, { "name": "zoujingli/wechat-developer", diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b10aa7bb4..fbabf68c1 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -935,12 +935,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "a3669a172aaaa239a8ff1b557f38ab75eae79434" + "reference": "89beab0c55d0fb9167913764b78ede9859485fad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/a3669a172aaaa239a8ff1b557f38ab75eae79434", - "reference": "a3669a172aaaa239a8ff1b557f38ab75eae79434", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/89beab0c55d0fb9167913764b78ede9859485fad", + "reference": "89beab0c55d0fb9167913764b78ede9859485fad", "shasum": "", "mirrors": [ { @@ -956,7 +956,7 @@ "ext-json": "*", "topthink/framework": "^6.0" }, - "time": "2020-04-22T06:39:20+00:00", + "time": "2020-04-22T06:44:38+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index 6e7bc585f..228e37e2d 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 f3cc2b328..d0322b80b 100644 --- a/vendor/zoujingli/think-library/src/command/Install.php +++ b/vendor/zoujingli/think-library/src/command/Install.php @@ -98,7 +98,6 @@ class Install extends Command if (empty($this->name)) { $this->output->writeln('Module name of online installation cannot be empty'); } elseif ($this->name === 'all') { - list($this->rules, $this->ignore) = [[], []]; foreach ($this->bind as $bind) { $this->rules = array_merge($this->rules, $bind['rules']); $this->ignore = array_merge($this->ignore, $bind['ignore']);