File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " hyperf/command" ,
3- "type " : " library " ,
3+ "description " : " Command for hyperf " ,
44 "license" : " MIT" ,
5+ "type" : " library" ,
56 "keywords" : [
67 " php" ,
78 " swoole" ,
89 " command"
910 ],
10- "description" : " Command for hyperf" ,
11- "autoload" : {
12- "psr-4" : {
13- "Hyperf\\ Command\\ " : " src/"
14- }
15- },
16- "autoload-dev" : {
17- "psr-4" : {
18- "HyperfTest\\ Command\\ " : " tests/"
19- }
20- },
2111 "require" : {
2212 "php" : " >=8.1" ,
2313 "hyperf/collection" : " ~3.1.0" ,
2919 "hyperf/support" : " ~3.1.0" ,
3020 "hyperf/tappable" : " ~3.1.0" ,
3121 "psr/event-dispatcher" : " ^1.0" ,
32- "symfony/console" : " ^5.0| ^6.0| ^7.0"
22+ "symfony/console" : " ^5.0 || ^6.0 || ^7.0"
3323 },
3424 "suggest" : {
3525 "hyperf/di" : " Required to use annotations." ,
3626 "hyperf/event" : " Required to use listeners."
3727 },
28+ "autoload" : {
29+ "psr-4" : {
30+ "Hyperf\\ Command\\ " : " src/"
31+ }
32+ },
33+ "autoload-dev" : {
34+ "psr-4" : {
35+ "HyperfTest\\ Command\\ " : " tests/"
36+ }
37+ },
3838 "config" : {
3939 "sort-packages" : true
4040 },
You can’t perform that action at this time.
0 commit comments