]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/blame - composer.json
Update installation example, use :dev-main for now.
[irc/unrealircd/unrealircd-rpc-php.git] / composer.json
CommitLineData
562c96c0
BM
1{
2 "name": "unrealircd/unrealircd-rpc",
3 "description": "JSON-RPC interface to UnrealIRCd",
4 "type": "library",
5 "require": {
6 "textalk/websocket": "^1.5"
7 },
8 "license": "MIT",
9 "autoload": {
10 "psr-4": {
11 "UnrealIRCdRPC\\": "lib/"
12 }
13 },
14 "authors": [
15 {
16 "name": "Bram Matthys",
17 "email": "syzop@vulnscan.org"
18 }
19 ],
20 "support": {
21 "irc": "ircs://irc.unrealircd.org/unreal-webpanel"
22 }
23}