8000 Finish #4505: Fixed composer create-project command (windows) by xabbuh · Pull Request #4926 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Finish #4505: Fixed composer create-project command (windows) #4926

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

Closed
wants to merge 1 commit into from

Conversation

xabbuh
Copy link
Member
@xabbuh xabbuh commented Jan 26, 2015
Q A
Doc fix? yes
New docs? no
Applies to all
Fixed tickets #4505

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.

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.
@wouterj
Copy link
Member
wouterj commented Jan 31, 2015

Thanks for finishing this PR @xabbuh. @Epskampie, thanks for submitting the fix originally!

wouterj added a commit that referenced this pull request Jan 31, 2015
…s) (Epskampie)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4926).

Discussion
----------

Finish #4505: Fixed composer create-project command (windows)

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #4505

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.

Commits
-------

e2efc6b Fixed composer create-project command (windows)
@wouterj wouterj closed this Jan 31, 2015
@xabbuh xabbuh deleted the finish-4505 branch January 31, 2015 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0