dabilite / yii2-user

Flexible user registration and authentication module for Yii2
https://yii2-user.dektrium.com
MIT License
2 stars 3 forks source link

Package name should remain dektrium/yii2-user #20

Open tsdogs opened 7 years ago

tsdogs commented 7 years ago

IMHO as this is only a fork to keep up with the development, I suggest to revert the package name in composer.json to dektrium/yii2-user

This way we can keep all references to original package in our project composer.json and simply set to use this github package with: https://laracasts.com/discuss/channels/general-discussion/how-do-i-use-an-forked-package-with-composer

tsdogs commented 7 years ago

I see now that you wanted to release on pakagist so maybe it was decided to rename the package...

thyseus commented 7 years ago

I personally use the composer instructions in the link above and everything works fine.

Further i would love to merge everything back into dektrium sometimes but it was still another month without a lifesign of any of the original dektrium members :-(

tsdogs commented 7 years ago

Currently it works if you add the repository statement and also change the package name to dabilite/yii2-user in your project composer.json

Though if it's planned to use packagist then it's an obligated path to take changing package name...