最佳答案
我只需要为我的SF2发行版安装一个包(DoctrineFixtures)。
当我奔跑
php composer.phar update
我得到
- Updating twig/twig (dev-master 39d94fa => v1.13.0)
The package has modified files:
M CHANGELOG
M doc/filters/batch.test
M doc/filters/index.rst
M doc/filters/url_encode.rst
M doc/functions/index.rst
M doc/tags/index.rst
M doc/tests/index.rst
M lib/Twig/Autoloader.php
M lib/Twig/Compiler.php
M lib/Twig/CompilerInterface.php
-10 more files modified, choose "v" to view the full list
看来上一个开发人员在供应商内部编辑了很多文件。
为了解决这个问题,我试过了
php composer.phar update <package_name>
但这似乎并不奏效。如何从composer.json中更新/安装一个库?