Files
symfony-flex-recipes-contrib/baldinof.roadrunner-bundle.0.1.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

50 lines
1.7 KiB
JSON

{
"locks": {
"baldinof/roadrunner-bundle": {
"version": "0.1",
"recipe": {
"repo": "0.1",
"branch": "master",
"version": "0.1",
"ref": "64dda95346658b92b164d8e4408e6d4d9ef293a2"
}
}
},
"manifests": {
"baldinof/roadrunner-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "baldinof/roadrunner-bundle",
"version": "0.1",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
".rr.yaml": ".rr.yaml"
},
"bundles": {
"Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": [
"all"
]
},
"gitignore": [
"/bin/rr"
],
"post-install-output": [
" * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>",
" * <fg=blue>Run</> your application: <comment>bin/rr serve --debug</>",
" * Visit http://localhost:8080"
]
},
"files": {
"config/packages/baldinof_road_runner.yaml": {
"contents": "baldinof_road_runner:\n should_reboot_kernel: false\n",
"executable": false,
"encoding": ""
}
},
"origin": "baldinof/roadrunner-bundle:0.1@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}