Uh oh!
There was an error while loading. Please reload this page.
chore: move rector from require-dev to require - #114
Conversation
MGatner
left a comment
There was a problem hiding this comment.
A consideration: since DevKit is available for anyone to use, do we want to be locking the Rector version? If we do, we end up managing this repo and could bottleneck other people's upgrades. If we don't, we would need to lock it in our own repos to whatever config we are using.
MGatner
commented
Sep 12, 2023
@samsonasik opinion as well |
kenjis
commented
Sep 13, 2023
@MGatner@samsonasik Ah, we cannot lock the version in this repo?
Yes. |
kenjis
commented
Sep 13, 2023
After all, since rector is not yet stable, the best practice is for each project to lock in a version. Otherwise, If we lock the version in this repository, and even if we constantly update to the latest version, I'm starting to feel like we should leave |
samsonasik
commented
Sep 13, 2023
pin rector to specific version is fine, on laminas, we are doing that, see |
samsonasik
commented
Sep 13, 2023
When new rector released, pin version need to be updated (or not if cause error), If pin updated, then create new release of dev kit |
last release of dev Dec 22, 2022 but rector new version every week:smiley:. dev cannot act like reactor. |
MGatner
commented
Sep 13, 2023
Right. I don't want us to be managing releases here just around Rector. My opinion: we include Rector with |
4fedeb5 to
e089451Comparekenjis
commented
Sep 14, 2023
@MGatner I changed to |
003439f to
4b4e0d6Comparekenjis
commented
Sep 14, 2023
I think we can release a new devkit after merging this PR. |
Description
See #111 (comment)
Checklist: