You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #4279 Double-quotes instead of single quotes (UnexpectedValueException 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)
0 commit comments