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

Fix issues with Composer package validation #122

Merged

Conversation

weierophinney
Copy link
Member

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

Description

Evidently, a replace rule automatically marks a package as a conflict, so defining both is redundant and causes Packagist not to list the branch/release.

Additionally, this version removes the dependency on container-interop in the require section, since it provides that dependency itself.

Verified by running composer validate locally; not sure why it wasn't flagged on previous CI runs.

Evidently, a replace rule automatically marks a package as a conflict, so defining both is redundant and causes Packagist not to list the branch/release.

Additionally, this version removes the dependency on container-interop in the require section, since it provides that dependency itself.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
@weierophinney weierophinney added this to the 3.11.1 milestone Apr 4, 2022
@weierophinney weierophinney added the Bug Something isn't working label Apr 4, 2022
@weierophinney weierophinney merged commit 51b42d3 into laminas:3.11.x Apr 4, 2022
@weierophinney weierophinney deleted the fix/composer-package-validation branch April 4, 2022 21:46
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.

1 participant