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

Add high versions to optional package conflicts #2759

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Feb 9, 2024

Probably should've been done much sooner, but this will add upper-version constraints to the conflicts for the DBAL and object manager packages.

"doctrine/dbal": "<3.2",
"doctrine/mongodb-odm": "<2.3",
"doctrine/orm": "<2.14.0 || 2.16.0 || 2.16.1",
"sebastian/comparator": "<2.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

PHPUnit 9.6 uses sebastian/comparator 4.x, no idea what the conflict with 1.x is here for but I highly doubt it applies today.

Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (66e6a60) 79.33% compared to head (38dc9ef) 79.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2759      +/-   ##
==========================================
- Coverage   79.33%   79.26%   -0.07%     
==========================================
  Files         162      162              
  Lines        8506     8513       +7     
==========================================
  Hits         6748     6748              
- Misses       1758     1765       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franmomu franmomu merged commit eebe57b into doctrine-extensions:main Feb 11, 2024
17 of 18 checks passed
@franmomu
Copy link
Collaborator

thanks @mbabker!

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

Successfully merging this pull request may close these issues.

2 participants