-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | no |
| BC Break report? | no |
| RFC? | yes |
| Symfony version | 3.4 |
At the moment, a bundle can be configured in PHP, YAML and XML.
Here, I'm talking only about the bundle configuration. Not about routing
or services. It means I only refer to the app/config/config.xml file.
So basically, I'm talking about this configuration.
I made a quick poll around me (SensioLabs) and nobody have ever seen a
configuration in XML. Some were not even aware that was possible.
Therefore I would like to deprecate and remove the support of XML for the
bundle configuration (only).
YAML is de-facto the standard for it. And the PHP way is mandatory to tweak the
container in a bundle extension, or a compile pass.
What do you think?
sstok, hhamon, lyrixx, Cydonia7, welcoMattic and 30 moreguilhermeblanco, chalasr, dzubchik, ro0NL, Hanmac and 4 moreHanmac
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)