File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
],
11
11
"homepage" : " https://hyperf.io" ,
12
12
"support" : {
13
- "docs" : " https://hyperf.wiki" ,
14
13
"issues" : " https://github.com/hyperf/hyperf/issues" ,
15
- "pull-request" : " https://github.com/hyperf/hyperf/pulls" ,
16
- "source" : " https://github.com/hyperf/hyperf"
14
+ "source" : " https://github.com/hyperf/hyperf" ,
15
+ "docs" : " https://hyperf.wiki" ,
16
+ "pull-request" : " https://github.com/hyperf/hyperf/pulls"
17
17
},
18
18
"require" : {
19
19
"php" : " >=8.1" ,
24
24
"hyperf/tappable" : " ~3.1.0"
25
25
},
26
26
"suggest" : {
27
+ "doctrine/inflector" : " Required to use plural and singular methods.(^2.0|^3.0)" ,
27
28
"ramsey/uuid" : " Required to use uuid and orderedUuid methods.(^4.7|^5.0)" ,
28
- "symfony/uid" : " Required to use ulid method.(^5.0|^6.0)" ,
29
- "doctrine/inflector" : " Required to use plural and singular methods.(^2.0|^3.0)"
29
+ "symfony/uid" : " Required to use ulid method.(^5.0|^6.0)"
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments