Commit e2efc6b
Fixed composer create-project command (windows)
The composer create-project command as it was doesn't work on windows because of the single astrophes ' . The error returned is:
Could not parse version constraint '2.5.*': Invalid version string "'2.5.*'"
This is resolved by switching to double astrophes ". The new command is verified to work on ubuntu linux as well.1 parent c24c787 commit e2efc6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments