2

good afternoon. I'm having trouble creating a new symfony project. When I enter the following command in the terminal:

symfony new mufasa

The terminal return to me the next message:

[RuntimeException]
The selected version (3.3.12) cannot be installed because it does not exist
.
Execute the following command to install the latest stable Symfony release:
/usr/local/bin/symfony new mufasa

I have tried to update the symfony application using symfony self-update but is up to date:

// Symfony Installer is already updated to the latest version (1.5.9).

What can I do to solve this problem?

1 Answer 1

10

try this please:

symfony new mufasa 3.3.11

release 3.3.12 was released some hours ago:

https://github.com/symfony/symfony/releases

But there is a similar issue:

https://github.com/symfony/symfony-installer/issues/141

Sign up to request clarification or add additional context in comments.

1 Comment

glad to help you!, when you can accept the answer to help other guys with your same problem in the future! @Sermanes

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.