diff --git a/composer.lock b/composer.lock index cc2189f80..fde90dfa6 100644 --- a/composer.lock +++ b/composer.lock @@ -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": [], diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b69d9d827..745a38900 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -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": { diff --git a/vendor/services.php b/vendor/services.php index 2ac88255c..5adae965e 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/service/ProcessService.php b/vendor/zoujingli/think-library/src/service/ProcessService.php index 18d72f675..1dbea40d2 100644 --- a/vendor/zoujingli/think-library/src/service/ProcessService.php +++ b/vendor/zoujingli/think-library/src/service/ProcessService.php @@ -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; }