-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 923 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "phptars/tars-server",
"description": "tars的php框架",
"version":"0.7.0",
"authors": [
{
"name": "Chen Liang",
"email": "cedricliang21@gmail.com"
},
{
"name": "Panpan Ding",
"email": "dingpanpan@yuewen.com"
},
{
"name": "Jingfeng Liu",
"email": "liujingfeng.a@yuewen.com"
},
{
"name": "Yong Zhang",
"email": "bob_zy@yeah.net"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"phptars/tars-utils": "~0.3",
"phptars/tars-client": "~0.2",
"phptars/tars-report": "~0.1",
"phptars/tars-config": "~0.1",
"phptars/tars-monitor": "~0.2",
"phptars/tars-log": "~0.1.6"
},
"autoload": {
"psr-4": {
"Tars\\": "src/"
}
}
}