flex icon indicating copy to clipboard operation
flex copied to clipboard

Updating recipes doesn't respect paths

Open mmarton opened this issue 2 years ago • 1 comments

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

mmarton avatar Jun 12 '23 14:06 mmarton

Can you try this fix? https://github.com/symfony/flex/pull/950 🤔

shyim avatar Jun 13 '23 21:06 shyim