Closed tacman closed 7 months ago
Are you sure doctrine/collections 2.x will be enough to fix this? Or will we need ORM 3.x support as well?
I think we need to support all maintained versions, which for doctrine is now a bit broad. There's a way in github actions to set up a matrix, but I'm not sure exactly how to do that.
On Fri, Apr 5, 2024, 1:43 PM Matthias Pigulla @.***> wrote:
Are you sure doctrine/collections 2.x will be enough to fix this? Or will we need ORM 3.x support as well?
— Reply to this email directly, view it on GitHub https://github.com/webfactory/WebfactoryPolyglotBundle/issues/52#issuecomment-2040323523, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEXIQMIXNJ2OBK2FIROGRDY33PEVAVCNFSM6AAAAABFZEEF6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBQGMZDGNJSGM . You are receiving this because you authored the thread.Message ID: @.***>
At a short-term solution, we could simply use "*" for doctrine packages, and let composer figure it out. Obviously, we need to be explicit eventually, but right now I can't install it at all in my Symfony 7 projects.
I guess I could remove doctrine, add this bundle, then add doctrine back, and hope that composer picks the right versions?
Could you please re-check whether this is fixed with the 4.0.1 release of this bundle?
No, because of psr/log
- webfactory/polyglot-bundle[dev-attribute-support, 3.0.0, ..., 3.2.0] require psr/log ^1.0 -> satisfiable by psr/log[1.0.0, ..., 1.1.4].
- You can only install one version of a package, so only one of these can be installed: psr/log[1.0.0, ..., 1.1.4, 2.0.0, 3.0.0, 3.x-dev].
- monolog/monolog[3.0.0-RC1, ..., 3.x-dev] require psr/log ^2.0 || ^3.0 -> satisfiable by psr/log[2.0.0, 3.0.0, 3.x-dev].
Merged #55.
Wahoo, it installs! Can you publish 4.0.2 please?
Released as 4.1.0 🚀
Thanks for bringing this forward!