-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add a minor release with Composer's replace directive to unblock switchover #116
Comments
@sanmai I hear what you are saying, but at the point I forked the repo quite a few things had already been merged for a 3.8.0 release. So as per the announcement:
The "as soon as possible" will hopefully mean "by the end of this week". |
I understand the timeline is to push a new release at the end of the week. Yet it may have a breaking change or two, and they could require additional deliberation while the momentum is lost. What I'm proposing it to release I'm rooting for this project, and I find it despicable to see a dwindling momentum. Thank you for considering my request. |
@sanmai I'll keep it in mind. There are still some open questions about the |
@jrfnl maybe create a |
All of you, please give @jrfnl some time. Until a new release is tagged from this repository, you won't gain anything from switching just yet. |
I have a small suggestion here the replace directive was added as "replace": {
"squizlabs/php_codesniffer": "> 2.0"
}, shouldn't it be "replace": {
"squizlabs/php_codesniffer": "self.version"
}, ? |
Looks like this may not be needed after all - See #135 |
Thank you everyone for pitching in, the package rename has been reverted. The package will continue under its original name, so this is no longer relevant. |
Is your feature request related to a problem?
There are many packages that depend on
squizlabs/php_codesniffer
and I can't install this package because the release version does not include Composer'sreplace
directive added in #1.Describe the solution you'd like
Please make a minor release such as 3.7.3 including changes from #1. Thanks!
The text was updated successfully, but these errors were encountered: