22 lines
464 B
JSON
22 lines
464 B
JSON
|
|
{
|
||
|
|
"name": "noccylabs/react-sse",
|
||
|
|
"description": "Server-Sent Events with ReactPHP",
|
||
|
|
"type": "library",
|
||
|
|
"license": "GPL-2.0-or-later",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"NoccyLabs\\React\\Sse\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Christopher Vagnetoft",
|
||
|
|
"email": "labs@noccy.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"react/http": "^1.11",
|
||
|
|
"react/stream": "^1.4"
|
||
|
|
}
|
||
|
|
}
|