{ "name": "noccylabs/react-protocol", "description": "Generic wire protocols for ReactPHP applications", "type": "library", "license": "GPL-2.0-or-later", "autoload": { "psr-4": { "NoccyLabs\\React\\Protocol\\": "src/" } }, "authors": [ { "name": "Christopher Vagnetoft", "email": "labs@noccy.com" } ], "require": { "react/stream": "^1.4" }, "require-dev": { "phpunit/phpunit": "^13.0", "phpstan/phpstan": "^2.1" } }