我只需要为我的 SF2 发行版(DoctrineFixtures)安装 1 个软件包。
当我跑
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 更新/安装一个库?