-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Use non-deprecated version of Lexer and Inflector #7274
Use non-deprecated version of Lexer and Inflector #7274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@Majkl578 any composer.json
changes required?
Not necessarily, we still depend on Common which requires both of the packages. :) Do we want them explicitly listed here? (Will address |
@Majkl578 as long we don't plan to modify common and break everything is good HAHAHAH Let's get it merged! |
@lcobucci this fix also needs to be applied in master btw, not only in 2.6 |
We don't need to do this now in 2.6 / 2.x imho since
As said above:
Master will be updated to not depend on doctrine/common, only separate packages. I'll likely cherry-pick this into #7249. |
and even if you don't apply it to master for now, 2.7 needs it though |
As of doctrine/common#845,
Doctrine\Common\Lexer
andDoctrine\Common\Util\Inflector
trigger silent deprecations.