|
114 | 114 | "replace": { |
115 | 115 | "friendsofhyperf/amqp-job": "*", |
116 | 116 | "friendsofhyperf/cache": "*", |
| 117 | + "friendsofhyperf/command-benchmark": "*", |
117 | 118 | "friendsofhyperf/command-signals": "*", |
118 | 119 | "friendsofhyperf/command-validation": "*", |
119 | 120 | "friendsofhyperf/compoships": "*", |
|
168 | 169 | "psr-4": { |
169 | 170 | "FriendsOfHyperf\\AmqpJob\\": "src/amqp-job/src/", |
170 | 171 | "FriendsOfHyperf\\Cache\\": "src/cache/src/", |
| 172 | + "FriendsOfHyperf\\CommandBenchmark\\": "src/command-benchmark/src/", |
171 | 173 | "FriendsOfHyperf\\CommandSignals\\": "src/command-signals/src/", |
172 | 174 | "FriendsOfHyperf\\CommandValidation\\": "src/command-validation/src/", |
173 | 175 | "FriendsOfHyperf\\Compoships\\": "src/compoships/src/", |
|
253 | 255 | "config": [ |
254 | 256 | "FriendsOfHyperf\\AmqpJob\\ConfigProvider", |
255 | 257 | "FriendsOfHyperf\\Cache\\ConfigProvider", |
| 258 | + "FriendsOfHyperf\\CommandBenchmark\\ConfigProvider", |
256 | 259 | "FriendsOfHyperf\\CommandSignals\\ConfigProvider", |
257 | 260 | "FriendsOfHyperf\\CommandValidation\\ConfigProvider", |
258 | 261 | "FriendsOfHyperf\\Compoships\\ConfigProvider", |
|
303 | 306 | "cs-fix": "@php vendor/bin/php-cs-fixer fix $1 --verbose", |
304 | 307 | "gen:readme": [ |
305 | 308 | "./bin/regenerate-readme.sh > src/.github/profile/README.md", |
306 | | - "./bin/regenerate-readme.sh > docs/zh_CN/guide/start/components.md" |
| 309 | + "./bin/regenerate-readme.sh > docs/zh-cn/guide/start/components.md" |
307 | 310 | ], |
308 | 311 | "json-fix": [ |
309 | 312 | "@php ./bin/composer-json-fixer", |
|
0 commit comments