mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
31 lines
894 B
JSON
31 lines
894 B
JSON
{
|
|
"manifests": {
|
|
"ad3n/ratchet-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Ihsan\\RatchetBundle\\IhsanRatchetBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"WEB_SOCKET_PORT": "7777"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ihsan_ratchet_bundle.yaml": {
|
|
"contents": [
|
|
"ihsan_ratchet:",
|
|
" web_socket_port: \"%env(WEB_SOCKET_PORT)%\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "a7ed05d9e24b90c4c8bb3c1cde358b9b24c5fbb0"
|
|
}
|
|
}
|
|
}
|