Files
symfony-flex-recipes-contrib/gonzakpo.websocket-bundle.1.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

42 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",
"is_contrib": true
}
}
}