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
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.
0 commit comments