File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperf/database-sqlite" ,
3
- "type" : " library" ,
4
3
"description" : " The sqlite driver for hyperf/database." ,
5
4
"license" : " MIT" ,
5
+ "type" : " library" ,
6
6
"keywords" : [
7
7
" php" ,
8
8
" swoole" ,
12
12
],
13
13
"homepage" : " https://hyperf.io" ,
14
14
"support" : {
15
- "docs" : " https://hyperf.wiki" ,
16
15
"issues" : " https://github.com/hyperf/hyperf/issues" ,
17
- "pull-request" : " https://github.com/hyperf/hyperf/pulls" ,
18
- "source" : " https://github.com/hyperf/hyperf"
16
+ "source" : " https://github.com/hyperf/hyperf" ,
17
+ "docs" : " https://hyperf.wiki" ,
18
+ "pull-request" : " https://github.com/hyperf/hyperf/pulls"
19
19
},
20
20
"require" : {
21
21
"php" : " >=8.1" ,
22
22
"hyperf/collection" : " ~3.1.0" ,
23
23
"hyperf/database" : " ~3.1.0" ,
24
- "hyperf/support " : " ~3.1.0" ,
25
- "hyperf/stringable " : " ~3.1.0"
24
+ "hyperf/stringable " : " ~3.1.0" ,
25
+ "hyperf/support " : " ~3.1.0"
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments