Muszę zainstalować tylko 1 pakiet dla mojej dystrybucji SF2 (DoctrineFixtures).
Kiedy biegnę
php composer.phar update
dostaję
- 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
Wygląda na to, że ostatni programista dokonał edycji wielu plików wewnątrz dostawcy.
Aby obejść ten problem, próbowałem
php composer.phar update <package_name>
Ale to nie działa. Jak mogę zaktualizować / zainstalować tylko jedną bibliotekę z composer.json?
composer.json
?