mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"debril/rss-atom-bundle": {
|
||||
"version": "4.0",
|
||||
"recipe": {
|
||||
"repo": "4.0",
|
||||
"branch": "master",
|
||||
"version": "4.0",
|
||||
"ref": "2c23ed747eda9f4c13f5e7eb55fffa1091fdd505"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"debril/rss-atom-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "debril/rss-atom-bundle",
|
||||
"version": "4.0",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Debril\\RssAtomBundle\\DebrilRssAtomBundle": [
|
||||
@@ -27,18 +13,26 @@
|
||||
},
|
||||
"files": {
|
||||
"config/routes/rss_atom.yaml": {
|
||||
"contents": "rss_atom_bundle:\n resource: \"@DebrilRssAtomBundle/Resources/config/routing.yml\"\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"rss_atom_bundle:",
|
||||
" resource: \"@DebrilRssAtomBundle/Resources/config/routing.yml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/rss_atom.yaml": {
|
||||
"contents": "debril_rss_atom:\n # switch to true if you need to set cache-control: private\n private: false\n # switch to true if you need to always send status 200\n force_refresh: false\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"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
|
||||
}
|
||||
},
|
||||
"origin": "debril/rss-atom-bundle:4.0@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "2c23ed747eda9f4c13f5e7eb55fffa1091fdd505"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user