mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-25 16:19:14 +08:00
ComposerUpdate
This commit is contained in:
parent
4aa4dd13a0
commit
b34c7426f7
8
composer.lock
generated
8
composer.lock
generated
@ -783,12 +783,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "c65a66a1df421bd480f564378909ae9ef36c2191"
|
||||
"reference": "32904c53ced38e3fbe5de93fa074b53cf6b35c6b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/c65a66a1df421bd480f564378909ae9ef36c2191",
|
||||
"reference": "c65a66a1df421bd480f564378909ae9ef36c2191",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/32904c53ced38e3fbe5de93fa074b53cf6b35c6b",
|
||||
"reference": "32904c53ced38e3fbe5de93fa074b53cf6b35c6b",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -832,7 +832,7 @@
|
||||
],
|
||||
"description": "ThinkPHP v6.0 Development Library",
|
||||
"homepage": "http://framework.thinkadmin.top",
|
||||
"time": "2019-11-28T02:43:48+00:00"
|
||||
"time": "2019-11-28T03:18:03+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -805,12 +805,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "c65a66a1df421bd480f564378909ae9ef36c2191"
|
||||
"reference": "32904c53ced38e3fbe5de93fa074b53cf6b35c6b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/c65a66a1df421bd480f564378909ae9ef36c2191",
|
||||
"reference": "c65a66a1df421bd480f564378909ae9ef36c2191",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/32904c53ced38e3fbe5de93fa074b53cf6b35c6b",
|
||||
"reference": "32904c53ced38e3fbe5de93fa074b53cf6b35c6b",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -826,7 +826,7 @@
|
||||
"ext-json": "*",
|
||||
"topthink/framework": "^6.0"
|
||||
},
|
||||
"time": "2019-11-28T02:43:48+00:00",
|
||||
"time": "2019-11-28T03:18:03+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:2019-11-28 10:56:22
|
||||
// This file is automatically generated at:2019-11-28 11:22:51
|
||||
declare (strict_types = 1);
|
||||
return array (
|
||||
0 => 'think\\app\\Service',
|
||||
|
@ -55,7 +55,7 @@ class ProcessService extends Service
|
||||
if ($this->iswin()) {
|
||||
$this->exec(__DIR__ . "/bin/console.exe {$command}");
|
||||
} else {
|
||||
$this->exec("{$command} 2>&1");
|
||||
$this->exec("{$command} > /dev/null &");
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user