{ "name": "noccylabs/react-command-bus", "description": "A command bus for ReactPHP applications", "type": "library", "license": "GPL-3.0-or-later", "autoload": { "psr-4": { "NoccyLabs\\React\\CommandBus\\": "src/" } }, "authors": [ { "name": "NoccyLabs", "email": "labs@noccy.com" } ], "require": { "react/event-loop": "^1.5", "react/promise": "^3.1", "react/socket": "^1.15", "react/stream": "^1.3", "react/promise-timer": "^1.10", "symfony/uid": "^6.0|^7.0" }, "require-dev": { "phpunit/phpunit": "^11.0", "phpstan/phpstan": "^1.10" } }