Use vendor's namespace for Packagist package
jakubboucek opened this issue · 1 comments
jakubboucek commented
When you creating new package, you should always name Package by vendror's namespace. This convention is prevent collision of package names in future. Sometimes it can even be seen as parasitism od disrespect to global space.
You shouldn't:
sssm/sssm
You should:
ajunker/sssm
or
aaron-junker/sssm
Please consider to rename package on Packagist.
Aaron-Junker commented
Fixed in 2.0.2
https://github.com/Aaron-Junker/sssm/releases/tag/2.0.2.