mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
* Add recipe for gurtok/seo-bundle * Added comments for parameters * Added conflict for try to fixed pipeline * Rename bundle to GurtokSeoBundle --------- Co-authored-by: Engineer Green <yurii.borovchuk@growe.com>
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"bundles": {
|
|
"Gurtok\\SeoBundle\\GurtokSeoBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"conflict": {
|
|
"php": "<8.1",
|
|
"symfony/framework-bundle": "<6.0"
|
|
}
|
|
}
|