mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
ComposerUpdate
This commit is contained in:
parent
d3a1a3f1d6
commit
cb3b7fe314
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -401,12 +401,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||||
"reference": "f9467058cbd283adf2ff97ec94713586162b83d9"
|
"reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f9467058cbd283adf2ff97ec94713586162b83d9",
|
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f949f1314090d6f4ac5590fcc3a7c50168fd2dd5",
|
||||||
"reference": "f9467058cbd283adf2ff97ec94713586162b83d9",
|
"reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5",
|
||||||
"shasum": "",
|
"shasum": "",
|
||||||
"mirrors": [
|
"mirrors": [
|
||||||
{
|
{
|
||||||
@ -426,7 +426,7 @@
|
|||||||
"qiniu/php-sdk": "^7.2",
|
"qiniu/php-sdk": "^7.2",
|
||||||
"topthink/framework": "5.1.*"
|
"topthink/framework": "5.1.*"
|
||||||
},
|
},
|
||||||
"time": "2019-12-02T03:40:05+00:00",
|
"time": "2019-12-02T03:46:41+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -48,7 +48,7 @@ class ProcessService extends Service
|
|||||||
/**
|
/**
|
||||||
* 创建异步进程
|
* 创建异步进程
|
||||||
* @param string $command 任务指令
|
* @param string $command 任务指令
|
||||||
* @return ProcessService
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function create($command)
|
public function create($command)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user