]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/blobdiff - composer.json
Merge pull request #3 from unrealircd/wip
[irc/unrealircd/unrealircd-rpc-php.git] / composer.json
index dc257892e93953f66fe8b65773c94f33781f7e1b..30ee372e12d9d3410aa815394519c543856dd5cd 100644 (file)
@@ -3,12 +3,13 @@
     "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": [