Merge pull request #61 from alexdebril/rss-atom-bundle

This commit is contained in:
Symfony
2017-06-30 00:13:10 -07:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
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
@@ -0,0 +1,2 @@
rss_atom_bundle:
resource: "@DebrilRssAtomBundle/Resources/config/routing.yml"
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Debril\\RssAtomBundle\\DebrilRssAtomBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}