PUGX / badge-poser

The PHP badges, renders some badges for your readme with the packagist information.
https://poser.pugx.org
MIT License
476 stars 93 forks source link

Stable and unstable is not clear #126

Closed fulldecent closed 10 years ago

fulldecent commented 10 years ago

I have a package on Packageist: https://packagist.org/packages/fulldecent/cameralife There is no distinction of Stable or Unstable.

However, Poser tells me: Latest Stable Version Latest Unstable Version

That no stable or unstable exists.

Please include documentation on https://poser.pugx.org/ that explains the definition you are using for stable and unstable and how I can mark my package as having a latest stable and unstable release.

hpatoio commented 10 years ago

Badge-poser uses the same rules Composer does. https://getcomposer.org/doc/04-schema.md#version

Here the code: https://github.com/PUGX/badge-poser/blob/master/src/PUGX/Badge/Package/PackageService.php#L147

fulldecent commented 10 years ago

Got it, thank you for the explanation.