mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"luzrain/phpstreamserver-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Luzrain\\PHPStreamServerBundle\\PHPStreamServerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/phpstreamserver.yaml": {
|
|
"contents": [
|
|
"phpstreamserver:",
|
|
" servers:",
|
|
" -",
|
|
" name: Webserver",
|
|
" listen: http://0.0.0.0:8080",
|
|
" processes: 4",
|
|
"",
|
|
" reload_strategy:",
|
|
" on_exception:",
|
|
" active: true",
|
|
" on_file_change:",
|
|
" active: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "8e789f182037f196dd4ec2d8f5d2994275b5f8b3"
|
|
}
|
|
}
|
|
}
|