kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
543 stars 58 forks source link

composer require (per readme) breaks on Windows #15

Closed mikerockett closed 9 years ago

mikerockett commented 9 years ago

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 commented 9 years ago

Thanks you @mike-anthony - will resolve that immediately.