]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/blame - composer.json
Return from $rpc->eventloop() after 2 seconds instead of 10.
[irc/unrealircd/unrealircd-rpc-php.git] / composer.json
CommitLineData
562c96c0
BM
1{
2 "name": "unrealircd/unrealircd-rpc",
a18591f9 3 "version": "0.1.0",
562c96c0
BM
4 "description": "JSON-RPC interface to UnrealIRCd",
5 "type": "library",
6 "require": {
e6613a42 7 "php": "^8.0|^8.1",
562c96c0
BM
8 "textalk/websocket": "^1.5"
9 },
10 "license": "MIT",
11 "autoload": {
12 "psr-4": {
50d6d455 13 "UnrealIRCd\\": "lib/"
562c96c0
BM
14 }
15 },
16 "authors": [
17 {
18 "name": "Bram Matthys",
19 "email": "syzop@vulnscan.org"
a18591f9
D
20 },
21 {
22 "name": "Denver Freeburn",
23 "email": "sketch@sketchni.uk"
562c96c0
BM
24 }
25 ],
26 "support": {
27 "irc": "ircs://irc.unrealircd.org/unreal-webpanel"
28 }
29}