We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Follow up on #14
If you were able to provide a PR implementing this change, I'd be glad to merge it.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: