mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"locks": {
|
|
"gonzakpo/websocket-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "a75a0cfcb131e0b676291431b17fbc627d27dca9"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"gonzakpo/websocket-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "gonzakpo/websocket-bundle",
|
|
"version": "1.0",
|
|
"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:\n port: '%env(WEBSOCKET_PORT)%'\n #client: App\\Handler\\WelcomeHandler\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "gonzakpo/websocket-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |