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

Remove unused direct dependency on abandoned laminas-config. #159

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

demiankatz
Copy link
Contributor

Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA yes

Description

The laminas-config library has been abandoned. This component has a direct dependency on laminas-config in composer.json, yet it does not use any code in the Laminas\Config namespace; thus, I do not believe this direct dependency is needed.

Note that because laminas-modulemanager still depends on laminas-config, the changes here will not actually change which dependencies get installed... but I expect that laminas-modulemanager will eventually drop laminas-config, and when that happens, removing the abandoned dependency here should prove helpful.

@visto9259
Copy link
Member

Thanks @demiankatz. I will look at it over the next few days.

@visto9259 visto9259 added this to the 4.1.0 milestone Dec 5, 2024
@visto9259 visto9259 added the dependencies Pull requests that update a dependency file label Dec 5, 2024
@visto9259 visto9259 self-assigned this Dec 19, 2024
Copy link
Member

@visto9259 visto9259 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
Thanks

@visto9259 visto9259 merged commit 418ae27 into LM-Commons:4.1.x Dec 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants