Since Symfony 8.0, bundle configuration formats must be YAML or PHP, as explained here: https://symfony.com/blog/new-in-symfony-7-4-deprecated-xml-configuration.
The author indicates that it's possible to use the XML config to PHP tool to automatically convert your bundle's XML configuration to PHP.
Could you fix this issue?
Since Symfony 8.0, bundle configuration formats must be YAML or PHP, as explained here: https://symfony.com/blog/new-in-symfony-7-4-deprecated-xml-configuration.
The author indicates that it's possible to use the XML config to PHP tool to automatically convert your bundle's XML configuration to PHP.
Could you fix this issue?