codeclimate / php-test-reporter

DEPRECATED PHP Test Reporter
Other
65 stars 31 forks source link

Fix composer branch alias #41

Closed soullivaneuh closed 9 years ago

gdiggs commented 9 years ago

@Soullivaneuh can you explain this change? AFAIK, we have switched entirely to using Packagist and left that line for legacy support

soullivaneuh commented 9 years ago

You're maintaining master and pushed 0.2. But composer will don't understand if somebody require 0.2.*@dev for example.

If you want simplier one, you can set 0.x-dev instead.

we have switched entirely to using Packagist and left that line for legacy support

Packagist uses branch aliases.

Ping @Seldaek for clearer explanations. :-)

Seldaek commented 9 years ago

Ping the docs for explanations, I'm not a friggin hotline https://getcomposer.org/doc/articles/aliases.md

gdiggs commented 9 years ago

@Soullivaneuh @Seldaek thanks! I'm not super familiar with the way composer works, so wasn't clear on the full process.

soullivaneuh commented 9 years ago

Sorry for disturbing @Seldaek, it was not an obligation to answer. It's just a ping in cas you got some time for it.

Anyway, thanks for the answer.