doctrine-extensions / DoctrineExtensions

Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
MIT License
4.01k stars 1.26k forks source link

Add high versions to optional package conflicts #2759

Closed mbabker closed 4 months ago

mbabker commented 4 months ago

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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

franmomu commented 4 months ago

thanks @mbabker!