mercureact/composer.json

39 lines
938 B
JSON

{
"name": "noccylabs/mercureact",
"description": "An implementation of the Mercure specification for distributing SSE to subscribers",
"type": "application",
"require": {
"react/react": "^1.4",
"noccylabs/simple-jwt": "^0.2.1",
"noccylabs/react-websocket": "0.1.3.1",
"monolog/monolog": "^3.5",
"symfony/uid": "^7.0",
"rize/uri-template": "^0.3.6",
"symfony/yaml": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"phpstan/phpstan": "^1.10"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"NoccyLabs\\Mercureact\\": "src/"
}
},
"authors": [
{
"name": "NoccyLabs",
"email": "labs@noccy.com"
}
],
"bin": [
"bin/mercureactd"
],
"extra": {
"phar": {
"output": "mercureactd.phar"
}
}
}