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