X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-rpc-php.git/blobdiff_plain/562c96c027748a2ceb1d056bfe10db8b483f2551..032055533640aecd02d9980c8ecfe4db7d23e772:/composer.json diff --git a/composer.json b/composer.json index dc25789..30ee372 100644 --- a/composer.json +++ b/composer.json @@ -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": [