mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
47 lines
2.3 KiB
JSON
47 lines
2.3 KiB
JSON
{
|
|
"locks": {
|
|
"baldinof/roadrunner-bundle": {
|
|
"version": "1.2",
|
|
"recipe": {
|
|
"repo": "1.2",
|
|
"branch": "master",
|
|
"version": "1.2",
|
|
"ref": "3c0c7c55596d9f2a3936f3543423b7f36819149c"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"baldinof/roadrunner-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "baldinof/roadrunner-bundle",
|
|
"version": "1.2",
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
".rr.yaml": ".rr.yaml",
|
|
".rr.dev.yaml": ".rr.dev.yaml"
|
|
},
|
|
"bundles": {
|
|
"Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"gitignore": [
|
|
"/bin/rr"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/baldinof_road_runner.yaml": {
|
|
"contents": "baldinof_road_runner:\n # The kernel is preserved between requests. Change this to `true`\n # if you want to reboot it, and use a fresh container on each request.\n should_reboot_kernel: false\n\n # Integrations are automatically detected, depending on installed bundle & current configuration\n # See https://github.com/baldinof/roadrunner-bundle#integrations\n default_integrations: true\n\n # Allow to send prometheus metrics to the master RoadRunner process,\n # via a `Spiral\\RoadRunner\\MetricsInterface` service.\n # See https://github.com/baldinof/roadrunner-bundle#metrics\n metrics_enabled: false\n\n # You can use middlewares to manipulate PSR requests & responses.\n # See https://github.com/baldinof/roadrunner-bundle#middlewares\n # middlewares:\n # - App\\Middleware\\YourMiddleware\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "baldinof/roadrunner-bundle:1.2@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |