-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update nikolaposa/version to version 4 #73
Conversation
I see no need to keep compatibility with PHP 7.1. When updating to nikolaposa/version v4, keeping compatibility with v2/v3 would make the code unnecessarily more complex. |
So I removed v2 and v3 of nikolaposa/version. |
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.
VersionBumpCommand
needs to be changed, too.
Sorry about the "else" and "elseif". |
I'd suggest to add a method Do you have time to update |
Done. |
I have to take a look to do with methods. |
Thanks for contribution @kevin-lot! |
@dontub
I have a question.
Why do you keep the old version of nikolaposa/version (v2 and v3) ?
dependencies of nikolaposa/version are:
So, to put it in a nutshell,
If you want to keep shivas/versionning compatible with php 7.1, version 2 of nikolaposa/version is mandatory.
Without it, only version 4 of nikolaposa/version is required.