Cakephp 3.0 更新到Cakephp 3.0.6后出现Composer安装错误

Cakephp 3.0 更新到Cakephp 3.0.6后出现Composer安装错误,cakephp-3.0,Cakephp 3.0,我刚刚运行了composer update,Cakephp被更新为3.0.6版本,因此在这之后,当我尝试运行composer安装时,我遇到以下错误: Nothing to install or update Generating autoload files Script App\Console\Installer::postInstall handling the post-install-cmd event te rminated with an exception [Invali

我刚刚运行了
composer update
,Cakephp被更新为
3.0.6
版本,因此在这之后,当我尝试运行
composer安装时,我遇到以下错误:

Nothing to install or update
Generating autoload files
Script App\Console\Installer::postInstall handling the post-install-cmd event te
rminated with an exception



  [InvalidArgumentException]
  Maximum number of attempts must be a positive value.

看起来像是一个复制品

Composer使用更新更新了CakePHP版本。没有要安装的内容。所以,只要在3.0.6中没有破坏应用程序的更改,你就应该做得很好。说明如何锁定设置,以便在不需要时不会意外升级版本。

检查并应用lorenzo所做的提交。这就解决了问题。