Files
php-react-protocol/composer.json

25 lines
557 B
JSON
Raw Permalink Normal View History

2026-04-02 22:29:35 +02:00
{
"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"
}
}