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

Conflicts are not properly handled #27

Closed
boesing opened this issue Dec 2, 2020 · 2 comments
Closed

Conflicts are not properly handled #27

boesing opened this issue Dec 2, 2020 · 2 comments
Assignees
Labels
Bug Something isn't working Help Wanted Extra attention is needed Unit Test Needed

Comments

@boesing
Copy link
Member

boesing commented Dec 2, 2020

Bug Report

Q A
Version(s) 2.1.0

Summary

I am actually working on laminas/laminas-servicemanager and get code issues which were fixed with laminas-code 3.3.1.
The composer.json I am working with contains:

{
    "conflict": {
        "laminas/laminas-code": "<3.4.0"
    }
}

laminas/laminas-servicemanager#64

This should block the installation of the currently installed laminas/laminas-code 3.3.0.

Current behavior

laminas/laminas-code v3.3.0 is installed even tho it is conflicting with the composer.json of the project.
zendframework/zend-code is required by a 3rd-party dependency and rewritten by this plugin.

travis details

How to reproduce

composer update --prefer-lowest

More details following.

Expected behavior

Minimum version of laminas/laminas-code would be v3.4.0 as below is conflicting.

@boesing boesing added the Bug Something isn't working label Dec 2, 2020
@boesing boesing self-assigned this Dec 2, 2020
@boesing
Copy link
Member Author

boesing commented Jan 4, 2021

Added the unit test needed label as I need a setup to reproduce first.

@boesing
Copy link
Member Author

boesing commented Jun 11, 2022

Closing this as this component should become deprecated anyways.

@boesing boesing closed this as completed Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Help Wanted Extra attention is needed Unit Test Needed
Projects
None yet
Development

No branches or pull requests

1 participant