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 require (per readme) breaks on Windows #15

Closed
mikerockett opened this issue Feb 14, 2015 · 1 comment
Closed

composer require (per readme) breaks on Windows #15

mikerockett opened this issue Feb 14, 2015 · 1 comment
Labels

Comments

@mikerockett
Copy link

Should be using:

composer require kirkbushell/eloquence:~1.2

instead of

composer require kirkbushell/eloquence ~1.2

Otherwise, ~ is being expanded to the home directory. The use of the colon prevents this.

@kirkbushell
Copy link
Owner

Thanks you @Mike-Anthony - will resolve that immediately.

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

No branches or pull requests

2 participants