Files
symfony-flex-recipes-contrib/debril.rss-atom-bundle.4.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

39 lines
1.3 KiB
JSON

{
"manifests": {
"debril/rss-atom-bundle": {
"manifest": {
"bundles": {
"Debril\\RssAtomBundle\\DebrilRssAtomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/rss_atom.yaml": {
"contents": [
"debril_rss_atom:",
" # switch to true if you need to set cache-control: private",
" private: false",
" # switch to true if you need to always send status 200",
" force_refresh: false",
""
],
"executable": false
},
"config/routes/rss_atom.yaml": {
"contents": [
"rss_atom_bundle:",
" resource: \"@DebrilRssAtomBundle/Resources/config/routing.yml\"",
""
],
"executable": false
}
},
"ref": "2c23ed747eda9f4c13f5e7eb55fffa1091fdd505"
}
}
}