Commit c289ac8
committed
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)File tree
2 files changed
+2
-2
lines changed- cookbook/workflow
- quick_tour
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments