Files
symfony-flex-recipes-contrib/sonata-project/admin-bundle/4.39/manifest.json
T
06f445b3b7 Add 4.39 recipe for sonata-project/admin-bundle using PHP routing (#1993)
Symfony 8.0 removed XmlFileLoader support for routing (deprecated in 7.4).
The PHP routing file sonata_admin.php was introduced in SonataAdminBundle 4.39,
so a new recipe version is required rather than modifying the existing 4.0 recipe.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 22:23:37 +04:00

10 lines
183 B
JSON

{
"bundles": {
"Sonata\\AdminBundle\\SonataAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}