ComposerUpdate

This commit is contained in:
Anyon 2020-04-22 14:46:42 +08:00
parent c2e41719a3
commit 19f986fbf9
4 changed files with 9 additions and 10 deletions

8
composer.lock generated
View File

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

View File

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

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2020-04-22 14:45:04
// This file is automatically generated at:2020-04-22 14:46:30
declare (strict_types = 1);
return array (
0 => 'think\\app\\Service',

View File

@ -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']);