Files
symfony-flex-recipes-contrib/gurtok/seo-bundle/1.0/manifest.json
T
25b3e874a2 Add recipe for gurtok/seo-bundle (#1784)
* 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>
2025-05-01 05:20:47 +04:00

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"
}
}