Skip to content
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

Updating recipes doesn't respect paths #980

Open
mmarton opened this issue Jun 12, 2023 · 1 comment
Open

Updating recipes doesn't respect paths #980

mmarton opened this issue Jun 12, 2023 · 1 comment

Comments

@mmarton
Copy link

mmarton commented Jun 12, 2023

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

@shyim
Copy link
Contributor

shyim commented Jun 13, 2023

Can you try this fix? #950 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants