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

Fixture Manager should add new options to pre-existing config files #436

Open
thomasjthomasj opened this issue Apr 15, 2015 · 1 comment

Comments

@thomasjthomasj
Copy link
Contributor

Current you get a notification if running composer update and a new option is added to the config fixture, but I can't see any reason why it can't just edit the file and add the additional options to the end of the file, similar to how the installer amends the file

@kuiche
Copy link
Contributor

kuiche commented Oct 14, 2015

Depends how deep you want to default. The tax config for example would break this if it defaults deeper than one level into the config file as there are configurations which would be removed by the dev and restored by this process.

Not all configs are simple k->v pairings.

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

No branches or pull requests

2 participants