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
[Packagist/Composer] Rename the package name from willdurand/expose-translation-bundle to willdurand/jstranslation-bundle
#85
Comments
|
Why not |
|
If you keep both, the update through the github hook will do funky stuff (it will probably only update only the old one and not the new one as MySQL will return the old one first in a query). The Packagist github hook does not behave well when you have several packages with the same name |
|
@ClementGautier @76200 to be consistent with friendsofsymfony/jsrouting-bundle. |
|
@willdurand it's not a really good excuse but ok. |
|
@willdurand I don't think it is a good excuse either. If you turn the camelCased named of the bundle into a dashed name, you get |
|
ping @Seldaek |
|
I'd go with js-translation-bundle, if you need a consistency excuse you can pick nelmio/js-logger-bundle ;) As for how to do it:
|
|
Do I really have to force tags? |
|
No you can create a 1.2.1 that replaces |
|
done |
See �willdurand/BazingaJsTranslationBundle#85 for more details
Hi!
I'd like to rename the package name from
willdurand/expose-translation-bundletowilldurand/jstranslation-bundle, but I am not sure to know the drawbacks. I know it is probably a "bad" idea, however I would like to know if it is feasible.A few facts:
1.xreached End Of Life;2.xis not stable yet, but I would like to make it stable with the new package name.Requirements:
willdurand/expose-translation-bundlein their projects, versions1.2.0and lower should still be available;willdurand/expose-translation-bundlewith a version constraint asking for a version that is not1.2.0or below should fail;willdurand/jstranslation-bundleshould work for all versions (as Packagist will detect previous tags I guess).So, what would happen if:
willdurand/expose-translation-bundleregistered;Thanks.
The text was updated successfully, but these errors were encountered: