Closed rvanlaarhoven closed 10 years ago
Thanks for the PR, but I would rather change the travis.yml to use the update
command from composer instead of removing the composer.lock
file.
Ok ok. May I ask what the reason for that is? I don't really see why the lock file would be useful to anyone else. I checked several random other packages to make sure I was doing the right thing and none of them have the lock file committed.
I thought about removing it several times. Maybe it is better since I already test against different versions via travis.
If I see any disadvantages in the future, I maybe add it again :)
Mainly cause I think travis would otherwise test against the possibly outdated composer.lock dependencies, in stead of the composer.json dependencies