当我创建一个新的 Symfony 项目时出现 RuntimeException

RuntimeException when I create a new Symfony Project

下午好。我在创建新的 symfony 项目时遇到问题。 当我在终端中输入以下命令时:

symfony new mufasa

终端return给我下一条信息:

[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

我已尝试使用 symfony self-update 更新 symfony 应用程序,但已更新:

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

我该怎么做才能解决这个问题?

请试试这个:

symfony new mufasa 3.3.11

版本 3.3.12 几个小时前发布了:

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

但是有一个类似的问题:

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