]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/blobdiff - composer.json
Start the JSON-RPC connection immediately, so connection errors also happen
[irc/unrealircd/unrealircd-rpc-php.git] / composer.json
index dc257892e93953f66fe8b65773c94f33781f7e1b..92b21b77f1920adb787a98594c2cb1033cc4d005 100644 (file)
@@ -1,20 +1,26 @@
 {
     "name": "unrealircd/unrealircd-rpc",
+    "version": "0.1.0",
     "description": "JSON-RPC interface to UnrealIRCd",
     "type": "library",
     "require": {
+        "php": "^8.0|^8.1",
         "textalk/websocket": "^1.5"
     },
     "license": "MIT",
     "autoload": {
         "psr-4": {
-            "UnrealIRCdRPC\\": "lib/"
+            "UnrealIRCd\\": "lib/"
         }
     },
     "authors": [
         {
             "name": "Bram Matthys",
             "email": "syzop@vulnscan.org"
+        },
+        {
+            "name": "Denver Freeburn",
+            "email": "sketch@sketchni.uk"
         }
     ],
     "support": {