Skip to content

Updating recipes doesn't respect paths #980

Closed
@mmarton

Description

@mmarton

Hi!

I have some custom paths in my composer.json:

"extra": {
        "symfony": {
            "allow-contrib": true,
        },
        "bin-dir": "symfony/bin",
        "config-dir": "symfony/config",
        "src-dir": "symfony/src",
        "var-dir": "var",
        "public-dir": "www"
    },

after updating a recipe, my diff looks like this:

image

it dropped the symfony base folder in the files section

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions