Skip to content

Allow imports in string format for YAML #8159

Closed
@javiereguiluz

Description

@javiereguiluz

Before

imports:
    - { resource: config.yml }

After

imports:
    - config.yml

Now the important question: should we update our examples? Should we use both formats? Only one of them? Which one? etc.


Personal comment: as I explained in symfony/symfony#23522 (comment) I think these changes create a lot of problems. Unless the new solution is 10 times better than the old solution, I don't think we should add alternative solutions to solve features.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions