-
Notifications
You must be signed in to change notification settings - Fork 13
chore: move rector from require-dev to require
#114
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
Conversation
MGatner
left a comment
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.
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.
|
@samsonasik opinion as well |
samsonasik
left a comment
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.
Looks good
|
@MGatner @samsonasik Ah, we cannot lock the version in this repo?
Yes. |
|
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 |
|
pin rector to specific version is fine, on laminas, we are doing that, see |
|
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. |
|
Right. I don't want us to be managing releases here just around Rector. My opinion: we include Rector with |
4fedeb5 to
e089451
Compare
|
@MGatner I changed to |
003439f to
4b4e0d6
Compare
|
I think we can release a new devkit after merging this PR. |
Description
See #111 (comment)
Checklist: