Skip to content

Commit

Permalink
add swoole ide helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hhxsv5 committed May 27, 2019
1 parent 7c43b49 commit f662e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"php": ">=5.5.9",
"symfony/console": ">=2.7.0",
"ext-json": "*",
"ext-pcntl": "*"
"ext-pcntl": "*",
"swoole/ide-helper": "@dev"
},
"suggest": {
"ext-swoole": "Event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP, require >= 1.7.19.",
Expand All @@ -60,6 +61,5 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require-dev": {
"swoole/ide-helper": "@dev"
}
}

0 comments on commit f662e52

Please sign in to comment.