-
Notifications
You must be signed in to change notification settings - Fork 65
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
Build release #21
Comments
For now you can pull version "master-dev" in your composer file. You can always use "-dev" and it'll pull the latest version of a given branch. |
Can you give a example of how the composer file should look SirLamer? |
"require": {
"joshfraser/php-name-parser": "master-dev"
} This works for any branch on any project. If there is a branch called "extra-big-bananas" then you can pull it in to your project with "extra-big-bananas-dev". |
I got this error:
but then succeeded in calling However, it would be really nice if you could make it available officially in Composer using Semantic Versioning. Otherwise, any "breaking changes" of yours could break my project. Thanks again for your repo! |
Hi. May be time to build release? We want use composer with your project.
The text was updated successfully, but these errors were encountered: