-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Remove mentions of the deprecated XML format #21449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 8.0
Are you sure you want to change the base?
Conversation
Thanks for starting this! I think we should only do this change in the docs on 8.0 for 2 reasons:
|
Works for me. PR rebased to target 8.0 |
For 7.4, I guess we can leave the examples as-is, and only update this section in 7.4 to no longer mention XML: https://symfony.com/doc/current/configuration.html#configuration-formats. And probably add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Thanks a lot Nicolas.
Fix #21447 for branch 8.0 (7.4 might need some inline notes)
This removes all mentions of XML that are in relation with configuring routes and services.
Of course this keeps XML for translations, validation, serializer and Doctrine entities, among a few others.