File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperf/db" ,
3
- "type " : " library " ,
3
+ "description " : " " ,
4
4
"license" : " MIT" ,
5
+ "type" : " library" ,
5
6
"keywords" : [
6
7
" php" ,
7
8
" hyperf"
8
9
],
9
- "description" : " " ,
10
- "autoload" : {
11
- "psr-4" : {
12
- "Hyperf\\ DB\\ " : " src/"
13
- }
14
- },
15
- "autoload-dev" : {
16
- "psr-4" : {
17
- "HyperfTest\\ DB\\ " : " tests/"
18
- }
19
- },
20
10
"require" : {
21
11
"php" : " >=8.1" ,
22
12
"hyperf/config" : " ~3.1.0" ,
23
13
"hyperf/contract" : " ~3.1.0" ,
24
14
"hyperf/pool" : " ~3.1.0" ,
25
15
"hyperf/support" : " ~3.1.0" ,
26
16
"hyperf/utils" : " ~3.1.0" ,
27
- "psr/container" : " ^1.0| ^2.0"
17
+ "psr/container" : " ^1.0 || ^2.0"
28
18
},
29
19
"suggest" : {
30
20
"ext-swoole" : " Required to use Swoole Coroutine MySQL."
31
21
},
22
+ "autoload" : {
23
+ "psr-4" : {
24
+ "Hyperf\\ DB\\ " : " src/"
25
+ }
26
+ },
27
+ "autoload-dev" : {
28
+ "psr-4" : {
29
+ "HyperfTest\\ DB\\ " : " tests/"
30
+ }
31
+ },
32
32
"config" : {
33
33
"sort-packages" : true
34
34
},
You can’t perform that action at this time.
0 commit comments