When I run
php composer.phar update
composer complains that all of my libs are modified - even though I didn't touch them.
- Updating jdorn/sql-formatter (dev-master 3d8a973 => v1.2.9) The package has modified files: M lib/SqlFormatter.php
Note: I pulled the project from a remote repository.
Could it be that encoding messed up in the process?
How to fix this?