You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the name in composer.json on the master branch
Resubmit the package to Packagist using the new name
Mark the old package as Abandoned on Packagist, and point people to the new package
Lose all the download stats and history of the original package
We recently renamed symfony/symfony-demo to symfony/demo on GitHub. Everything kept working thanks to the internal GitHub redirections ... but you still have to create the project with composer create symfony/symfony-demo instead of composer create symfony/demo
In this comment you said that losing the stats/history is not such a big deal ... but I think it's devastating for the reputation of the project:
Existing users will see that the (old) package is abandoned --> not trustworthy!
New users will see that the (new) package has no downloads --> not trustworthy!
My question: are you open to the idea of transparent renamings as performed by GitHub and others? Thank you!
The text was updated successfully, but these errors were encountered:
First, thanks to all the Composer community and its leaders for the amazing work you do!
There's been a lot of questions about renaming packages: #47, #225, #496, etc. The current best practice is to:
composer.json
on the master branchAbandoned
on Packagist, and point people to the new packageWe recently renamed
symfony/symfony-demo
tosymfony/demo
on GitHub. Everything kept working thanks to the internal GitHub redirections ... but you still have to create the project withcomposer create symfony/symfony-demo
instead ofcomposer create symfony/demo
In this comment you said that losing the stats/history is not such a big deal ... but I think it's devastating for the reputation of the project:
My question: are you open to the idea of transparent renamings as performed by GitHub and others? Thank you!
The text was updated successfully, but these errors were encountered: