richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Versionning of the bundle is weird #77

Closed stof closed 9 years ago

stof commented 9 years ago

The bundle has a 2.0.x-dev branch, which is older than the 0.1.* releases. This is weird given that 2.0 is a higher version number. This branch should either be named with something smaller than 0.1 (for instance 0.0.1) or with a non-semver name (so that its version becomes dev-*, which needs to be required explicitly).

It would also be great to add a branch alias for the master branch, so that it can satisfy unbound constraints: https://getcomposer.org/doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md

stof commented 9 years ago

@richsage any news about fixing this ?

richsage commented 9 years ago

@stof I believe this is done now, apologies for the delay - symfony2.0 branch for the old 2.0 one, and the branch alias added. Could you confirm?

stof commented 9 years ago

@richsage you should delete the 2.0.x-dev version on Packagist (packagist will wait at least a week before deleting branches).

richsage commented 9 years ago

OK, that's done now.