我只需要为我的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更新/安装一个库?
composer.json
吗?