Skip to content

Commit b7fcb03

Browse files
committed
Update composer.json
1 parent d72ea4a commit b7fcb03

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
"name": "clue/connection-manager-extra",
33
"description": "Extra decorators for creating async TCP/IP connections built upon react/socket-client",
44
"keywords": ["SocketClient", "network", "connection", "timeout", "delay", "reject", "repeat", "retry", "random", "acl", "firewall"],
5-
"type": "library",
6-
"homepage": "https://github.com/clue/connection-manager-extra",
5+
"homepage": "https://github.com/clue/reactphp-connection-manager-extra",
76
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Christian Lück",
10+
"email": "[email protected]"
11+
}
12+
],
813
"autoload": {
914
"psr-0": {"ConnectionManager": ""}
1015
},
1116
"require": {
1217
"react/socket-client": "0.3.*"
1318
}
14-
}
19+
}

0 commit comments

Comments
 (0)