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?