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

Ensure extra.zf configuration is renamed to extra.laminas #58

Merged
merged 4 commits into from
Jan 5, 2021

Conversation

weierophinney
Copy link
Member

This patch adds a SpecialCaseInterface implementation that operates on composer.json files that contain extra.zf configuration.
When detected, it rewrites the key to extra.laminas, merging with existing configuration if it exists (preferring the existing configuration).

Fixes #56

…a.zf composer configuration

It should be rewritten to extra.laminas.

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Adds a SpecialCase implementation for detecting extra.zf configuration in `composer.json` files, and rewriting to `extra.laminas`.
Additionally, it will merge content with an existing `extra.laminas` entry if it already exists.

Fixes laminas#56

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
@weierophinney weierophinney linked an issue Jan 5, 2021 that may be closed by this pull request
@weierophinney weierophinney added the Bug Something isn't working label Jan 5, 2021
@weierophinney weierophinney added this to the 1.2.3 milestone Jan 5, 2021
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration does not rename composer.json extra.zf to extra.laminas
2 participants