Skip to content

Commit 38d065b

Browse files
committed
Optimized
1 parent f23fa1f commit 38d065b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [
66
"php",
77
"hyperf",
8-
"async queue"
8+
"async-queue"
99
],
1010
"support": {
1111
},
@@ -14,17 +14,19 @@
1414
"psr/container": "^1.0",
1515
"psr/event-dispatcher": "^1.0",
1616
"hyperf/contract": "~1.0.0",
17+
"hyperf/command": "~1.0.0",
1718
"hyperf/utils": "~1.0.0"
1819
},
1920
"require-dev": {
21+
"hyperf/process": "~1.0.0",
2022
"malukenho/docheader": "^0.1.6",
2123
"mockery/mockery": "^1.0",
2224
"phpunit/phpunit": "^7.0.0",
2325
"friendsofphp/php-cs-fixer": "^2.9"
2426
},
2527
"suggest": {
2628
"hyperf/event": "Required to dispatch a event.",
27-
"hyperf/process": "Auto register a consumer process for server."
29+
"hyperf/process": "Auto register the consumer process for server."
2830
},
2931
"autoload": {
3032
"files": [

0 commit comments

Comments
 (0)