mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -301,7 +301,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [kunstmaan/pagepart-bundle](https://packagist.org/packages/kunstmaan/pagepart-bundle) | [5.2](kunstmaan/pagepart-bundle/5.2) |
|
||||
| [kunstmaan/redirect-bundle](https://packagist.org/packages/kunstmaan/redirect-bundle) | [5.2](kunstmaan/redirect-bundle/5.2) |
|
||||
| [kunstmaan/search-bundle](https://packagist.org/packages/kunstmaan/search-bundle) | [5.6](kunstmaan/search-bundle/5.6) |
|
||||
| [kunstmaan/seo-bundle](https://packagist.org/packages/kunstmaan/seo-bundle) | [5.2](kunstmaan/seo-bundle/5.2) |
|
||||
| [kunstmaan/seo-bundle](https://packagist.org/packages/kunstmaan/seo-bundle) | [7.3](kunstmaan/seo-bundle/7.3) |
|
||||
| [kunstmaan/sitemap-bundle](https://packagist.org/packages/kunstmaan/sitemap-bundle) | [5.2](kunstmaan/sitemap-bundle/5.2) |
|
||||
| [kunstmaan/translator-bundle](https://packagist.org/packages/kunstmaan/translator-bundle) | [5.2](kunstmaan/translator-bundle/5.2) |
|
||||
| [kunstmaan/user-management-bundle](https://packagist.org/packages/kunstmaan/user-management-bundle) | [5.2](kunstmaan/user-management-bundle/5.2) |
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kunstmaan/seo-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/kunstmaan_seo.yaml": {
|
||||
"contents": [
|
||||
"KunstmaanSeoBundle:",
|
||||
" resource: \"@KunstmaanSeoBundle/Resources/config/routing.yml\"",
|
||||
" # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements",
|
||||
" prefix: /{_locale}/",
|
||||
" requirements:",
|
||||
" _locale: \"%kunstmaan_admin.required_locales%\"",
|
||||
"",
|
||||
"# Robots.txt",
|
||||
"KunstmaanSeoBundle_robots:",
|
||||
" resource: \"@KunstmaanSeoBundle/Controller/RobotsController.php\"",
|
||||
" type: attribute",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5b8b436c36d6dd8aaf0bc73e88a0ae6679b30454"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -955,7 +955,8 @@
|
||||
"5.6"
|
||||
],
|
||||
"kunstmaan/seo-bundle": [
|
||||
"5.2"
|
||||
"5.2",
|
||||
"7.3"
|
||||
],
|
||||
"kunstmaan/sitemap-bundle": [
|
||||
"5.2"
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kunstmaan/seo-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/kunstmaan_seo.yaml": {
|
||||
"contents": [
|
||||
"KunstmaanSeoBundle:",
|
||||
" resource: \"@KunstmaanSeoBundle/Resources/config/routing.yml\"",
|
||||
" # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements",
|
||||
" prefix: /{_locale}/",
|
||||
" requirements:",
|
||||
" _locale: \"%kunstmaan_admin.required_locales%\"",
|
||||
"",
|
||||
"# Robots.txt",
|
||||
"KunstmaanSeoBundle_robots:",
|
||||
" resource: \"@KunstmaanSeoBundle/Controller/RobotsController.php\"",
|
||||
" type: attribute",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5b8b436c36d6dd8aaf0bc73e88a0ae6679b30454"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user