Skip to content

Commit c3f3ea0

Browse files
committed
[Bundles] Mention the tool to convert XML files to PHP
1 parent 9bcfa87 commit c3f3ea0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/bundles.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ given version, check for that feature rather than the kernel version::
8686
// code for the new OptionsResolver API
8787
}
8888

89+
.. deprecated:: 7.4
90+
91+
Symfony 7.4 deprecated the XML configuration format, which was the recommended
92+
format for bundles in previous versions. Consider using the `gromnan/symfony-config-xml-to-php`_
93+
tool to automatically convert XML configuration files to PHP.
94+
8995
Testing your Bundle in Symfony Applications
9096
-------------------------------------------
9197

@@ -156,3 +162,4 @@ as a starting point for your own GitHub CI configuration:
156162
157163
.. _`Symfony releases plan`: https://symfony.com/releases
158164
.. _`Composer path repository option`: https://getcomposer.org/doc/05-repositories.md#path
165+
.. _`gromnan/symfony-config-xml-to-php`: https://github.com/GromNaN/symfony-config-xml-to-php

0 commit comments

Comments
 (0)