Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for version branches, eg: 5.0.x-dev #15

Open
Jimbolino opened this issue Aug 25, 2015 · 1 comment
Open

allow for version branches, eg: 5.0.x-dev #15

Jimbolino opened this issue Aug 25, 2015 · 1 comment

Comments

@Jimbolino
Copy link
Contributor

I'm not sure how packagist internally works, but an example can be seen here:

https://packagist.org/p/laravel/framework.json
https://packagist.org/packages/laravel/framework
https://github.com/laravel/framework/branches

As you can see there is a "5.0.x-dev" that refers to the "5.0" branch on github.

Based on what is written here:
https://getcomposer.org/doc/02-libraries.md#branches

I would suggest that any branch that looks like a version, should be listed as 5.0.x-dev

@lemoinem
Copy link
Contributor

Follow up on #14

If you were able to provide a PR implementing this change, I'd be glad to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants