mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
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>
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"bundles": {
|
|
"Sonata\\AdminBundle\\SonataAdminBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
}
|