Skip to content

Commit f3d8c07

Browse files
committed
init
0 parents  commit f3d8c07

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "microphp/workerman",
3+
"autoload": {
4+
"psr-4": {
5+
"Microphp\\Workerman\\": "src/"
6+
}
7+
},
8+
"authors": [
9+
{
10+
"name": "liutao",
11+
"email": "gg.cn.lt@gmail.com"
12+
}
13+
],
14+
"require": {
15+
"workerman/workerman": ">=4"
16+
}
17+
}

0 commit comments

Comments
 (0)