mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Adds closure-command
to composer.json (#5862)
This commit is contained in:
parent
33c457f1dd
commit
f65beed9b6
@ -99,6 +99,7 @@
|
||||
"hyperf/async-queue": "*",
|
||||
"hyperf/cache": "*",
|
||||
"hyperf/circuit-breaker": "*",
|
||||
"hyperf/closure-command": "*",
|
||||
"hyperf/code-parser": "*",
|
||||
"hyperf/codec": "*",
|
||||
"hyperf/collection": "*",
|
||||
@ -218,6 +219,7 @@
|
||||
"Hyperf\\AsyncQueue\\": "src/async-queue/src/",
|
||||
"Hyperf\\Cache\\": "src/cache/src/",
|
||||
"Hyperf\\CircuitBreaker\\": "src/circuit-breaker/src/",
|
||||
"Hyperf\\ClosureCommand\\": "src/closure-command/src/",
|
||||
"Hyperf\\CodeParser\\": "src/code-parser/src/",
|
||||
"Hyperf\\Codec\\": "src/codec/src/",
|
||||
"Hyperf\\Collection\\": "src/collection/src/",
|
||||
@ -325,6 +327,7 @@
|
||||
"HyperfTest\\AsyncQueue\\": "src/async-queue/tests/",
|
||||
"HyperfTest\\Cache\\": "src/cache/tests/",
|
||||
"HyperfTest\\CircuitBreaker\\": "src/circuit-breaker/tests/",
|
||||
"HyperfTest\\ClosureCommand\\": "src/closure-command/tests/",
|
||||
"HyperfTest\\CodeParser\\": "src/code-parser/tests/",
|
||||
"HyperfTest\\Codec\\": "src/codec/tests/",
|
||||
"HyperfTest\\Collection\\": "src/collection/tests/",
|
||||
@ -437,6 +440,7 @@
|
||||
"Hyperf\\AsyncQueue\\ConfigProvider",
|
||||
"Hyperf\\Cache\\ConfigProvider",
|
||||
"Hyperf\\CircuitBreaker\\ConfigProvider",
|
||||
"Hyperf\\ClosureCommand\\ConfigProvider",
|
||||
"Hyperf\\ConfigAliyunAcm\\ConfigProvider",
|
||||
"Hyperf\\ConfigApollo\\ConfigProvider",
|
||||
"Hyperf\\ConfigCenter\\ConfigProvider",
|
||||
|
Loading…
Reference in New Issue
Block a user