Closed thePanz closed 5 years ago
Is it the right way to rename a package? How people will be noticed about the renaming?
The package can be deprecated on packagist. https://packagist.org/packages/lexpress/doctrine1
We can use composer replace
attribute to allow transparent auto-update.
https://getcomposer.org/doc/04-schema.md#replace
I agree with the suggestion from @GromNaN , @j0k3r .
But I am skeptical that just moving the lexpress/doctrine1
to here was the correct thing to do.
What about:
lexpress/doctrine1
point to the restored package on github.com/LExpress/doctrine1
lexpress/doctrine1
in favor of fos1/doctrine1
? (https://getcomposer.org/doc/04-schema.md#abandoned)As minor but it can help too, I suggest also to fill the support configuration at least for issues
.
Closed this PR, changes have been applied in 13ffd77499
@GromNaN this is the PR to fix the name and aliases