我刚刚运行composer update
并且Cakephp已更新为3.0.6
版本,所以在我尝试运行composer install
之后我收到此错误:
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.
答案 0 :(得分:0)
看起来可能是Composer packages update but don't install
的副本Composer使用更新更新了CakePHP版本。没什么可安装的。所以,你应该很好,只要在3.0.6中没有适合你的应用程序更改。 https://adamcod.es/2013/03/07/composer-install-vs-composer-update.html告诉您如何锁定您的设置,以便在您不期望它时不会意外升级版本。