]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/blame - composer.json
Drop PHP8 requirement (testing testing :D)
[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": {
7 "textalk/websocket": "^1.5"
8 },
9 "license": "MIT",
10 "autoload": {
11 "psr-4": {
50d6d455 12 "UnrealIRCd\\": "lib/"
562c96c0
BM
13 }
14 },
15 "authors": [
16 {
17 "name": "Bram Matthys",
18 "email": "syzop@vulnscan.org"
a18591f9
D
19 },
20 {
21 "name": "Denver Freeburn",
22 "email": "sketch@sketchni.uk"
562c96c0
BM
23 }
24 ],
25 "support": {
26 "irc": "ircs://irc.unrealircd.org/unreal-webpanel"
27 }
28}