machour / yii2-notifications

A complete notifications module for your Yii 2 powered application
MIT License
90 stars 48 forks source link

Project versioning #40

Closed pistej closed 7 years ago

pistej commented 7 years ago

I think, project has enough functionality to start versioning !?

machour commented 7 years ago

Sounds like a good thing to do 😄 I'll look into that right after I merge your PR.

machour commented 7 years ago

Tagged the 1.0.0 version, thanks for the reminder !

pistej commented 7 years ago

Installation.md in docs folder needs to be updated too.

machour commented 7 years ago

Fixed !

pistej commented 7 years ago

I was thinking about: php composer.phar require machour/yii2-notifications "^1.0.0" or php composer.phar require machour/yii2-notifications "~1.0" otherwise there is not reason for versioning if developer use "*".

See: https://getcomposer.org/doc/articles/versions.md#tilde-version-range-