如何避免作曲家放弃更改消息
2022-08-30 14:25:15
我正在通过作曲家更新symfony verdors。我总是使用:
php composer.phar update
但是最新版本的 composer,在更新之前每个包都显示如下消息:
- Updating doctrine/data-fixtures dev-master (a95d783 => a28b6bd)
The package has modified files:
M .gitignore
M .gitmodules
M LICENSE
M README.md
M UPGRADE
M composer.json
M lib/Doctrine/Common/DataFixtures/AbstractFixture.php
M lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php
M lib/Doctrine/Common/DataFixtures/Event/Listener/MongoDBReferenceListener.php
M lib/Doctrine/Common/DataFixtures/Event/Listener/ORMReferenceListener.php
-10 多个文件已修改,选择“v”查看完整列表 放弃更改 [y,n,v,s,?]?
如何避免这种情况?