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

Build release #21

Open
aait opened this issue Aug 2, 2016 · 4 comments
Open

Build release #21

aait opened this issue Aug 2, 2016 · 4 comments

Comments

@aait
Copy link

aait commented Aug 2, 2016

Hi. May be time to build release? We want use composer with your project.

@GregPeden
Copy link

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.

@JeroenSteen
Copy link

Can you give a example of how the composer file should look SirLamer?

@GregPeden
Copy link

"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".

@ryancwalsh
Copy link

I got this error:

vagrant@vboxHomestead:~/Code/myproj$ composer require joshfraser/php-name-parser
  [InvalidArgumentException]
  Could not find a version of package joshfraser/php-name-parser matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

but then succeeded in calling composer remove joshfraser/php-name-parser:dev-master.

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!

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

No branches or pull requests

4 participants