mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"luzrain/phprunner-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/phprunner.yaml": {
|
|
"contents": [
|
|
"phprunner:",
|
|
" 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": "f2aa7a639caddac0a101948db5dd92d6f531f30d"
|
|
}
|
|
}
|
|
}
|