-
Notifications
You must be signed in to change notification settings - Fork 79
Use a bound constraint and right package for the doctrine annotations #25
Conversation
@Ocramius I have another question regarding the dev requirements. Why is PHP-CS-Fixer fixed at |
@stof we've been bitten many times by CS fixer minor versions, although the maintainer became more careful. We may as well bump it (via |
|
Wasn't aware of this - the author of the cs fixer seemed to be very collaborative/helpful, no? |
I know. @weierophinney started to use phpcs for all v3 refactors. |
@Ocramius I have several reasons for switching to phpcs:
In terms of the authors being collaborative, I've found the phpcs folks to be equally responsive when I've raised issues. As such, it's the latter bullet point that has been the deciding factor for me. Two subsequent runs of the tool over the same code should not raise new errors between versions of the tool. |
@Ocramius Did you tag 2.6.1? |
@weierophinney nope, just assigned the milestone |
Installing the full doctrine/common package is not necessary when only doctrine/annotations is used