我刚刚在本地机器上为Symfony2应用程序运行了一个composer update
,它还更新了项目composer.lock
文件。
现在I git add -A
和git commit
发生变化。
但是,当我将我的存储库git push
添加到cloudControl部署时,我得到的消息是:
Warning: The lock file is not up to date with the latest changes in
composer.json. You may be getting outdated dependencies. Run update
to update them.
我刚刚运行了更新。那么这里出了什么问题?
我想,如果您在本地运行更新后在远程机器上获得此消息,唯一的解释是您没有提交composer.lock文件。