mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
ComposerUpdate
This commit is contained in:
parent
c2e41719a3
commit
19f986fbf9
8
composer.lock
generated
8
composer.lock
generated
@ -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",
|
||||
|
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": "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
2
vendor/services.php
vendored
@ -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',
|
||||
|
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user