Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #4279 Double-quotes instead of single quotes (UnexpectedValueExce…
…ption in Windows 8) (galdiolo) This PR was squashed before being merged into the 2.5 branch (closes #4279). Discussion ---------- Double-quotes instead of single quotes (UnexpectedValueException in Windows 8) Using single quotes in Windows command prompt (Windows 8 Pro) returns the following error: C:\Users\Galdiolo>composer create-project symfony/framework-standard-edition myproject/ '~2.3' [UnexpectedValueException] Could not parse version constraint '~2.3': Invalid version string "'~2.3'" Commits ------- ac4d9cd Double-quotes instead of single quotes (UnexpectedValueException in Windows 8)
- Loading branch information