Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double-quotes instead of single quotes (UnexpectedValueException in Windows 8) #4279

Closed
wants to merge 3 commits into from

Commits on Sep 29, 2014

  1. Double-quotes instead of single quotes

    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'"
    galdiolo committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    2c128ff View commit details
    Browse the repository at this point in the history
  2. Double-quotes instead of single quotes

    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'"
    galdiolo committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    90cffe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a8facc View commit details
    Browse the repository at this point in the history