mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
32 lines
977 B
JSON
32 lines
977 B
JSON
{
|
|
"manifests": {
|
|
"gonzakpo/websocket-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"RollandRock\\WebsocketBundle\\RollandRockWebsocketBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"WEBSOCKET_PORT": "4242"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/gonzakpo_websocket.yaml": {
|
|
"contents": [
|
|
"rolland_rock_websocket:",
|
|
" port: '%env(WEBSOCKET_PORT)%'",
|
|
" #client: App\\Handler\\WelcomeHandler",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "a75a0cfcb131e0b676291431b17fbc627d27dca9"
|
|
}
|
|
}
|
|
}
|