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

Composer version differs from this repository #27

Closed
pawelkaczmarek opened this issue Aug 28, 2015 · 4 comments · Fixed by #28
Closed

Composer version differs from this repository #27

pawelkaczmarek opened this issue Aug 28, 2015 · 4 comments · Fixed by #28

Comments

@pawelkaczmarek
Copy link

I might be wrong, but I couldn't manage to get the code from composer that would match this repository. I tried "composer require mexitek/phpColors".

It's not much of an issue with the library, which is great, but I think someone should have a look at it.

@thedavidmeister
Copy link
Contributor

Try composer require mexitek/phpcolors dev-master

@pawelkaczmarek
Copy link
Author

Bingo! Thanks for a hint.

@thedavidmeister
Copy link
Contributor

Cool, I added a PR with docs referencing that command.

@thedavidmeister
Copy link
Contributor

Hi, sorry to re-open, but the issue with using dev-master is that you end up with a .git folder coming down with the code. This isn't always desirable, such as when wanting to directly commit composer libraries into a parent repo.

I think the simplest fix here is to simply tag the latest commit as a release so that it comes down with a more normal composer.json setup.

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

Successfully merging a pull request may close this issue.

2 participants