Problem/Motivation
Several Doctrine projects have their latest stable branch(es) marked as unsupported on the Doctrine website.
See #3104265: Update Composer dependencies on Doctrine components in 9.0.x for background.
See https://github.com/doctrine/lexer/issues/39 for an example.
Proposed resolution
1. If they really are supported and this is confirmed by Doctrine, update
2. If they're really not supported, add a conflicts section to composer.json
3. ???
Comments
Comment #2
catchFixing tags.
Comment #3
berdirWe got feedback on https://github.com/doctrine/lexer/issues/39 that the latest versions are indeed supported, so it's just the documentation beeing out of date. Not sure if there's any information on how long they will be supported, but looks like latest version == best for now?
Comment #4
catchYeah that makes sense. Closing this again.
Comment #6
xjm