]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/blob - composer.json
Merge pull request #2 from unrealircd/wip
[irc/unrealircd/unrealircd-rpc-php.git] / composer.json
1 {
2 "name": "unrealircd/unrealircd-rpc",
3 "description": "JSON-RPC interface to UnrealIRCd",
4 "type": "library",
5 "require": {
6 "php": "^8.0|^8.1",
7 "textalk/websocket": "^1.5"
8 },
9 "license": "MIT",
10 "autoload": {
11 "psr-4": {
12 "UnrealIRCd\\": "lib/"
13 }
14 },
15 "authors": [
16 {
17 "name": "Bram Matthys",
18 "email": "syzop@vulnscan.org"
19 }
20 ],
21 "support": {
22 "irc": "ircs://irc.unrealircd.org/unreal-webpanel"
23 }
24 }