Closed aik099 closed 8 years ago
:-1: for composer.lock, especially while the travis build runs composer install
.
Ah, that my mistake (when I initially created the .travis.yml
file). It should be doing - composer update --prefer-source
instead to test against latest dependency versions no matter what. The composer.lock
file is for developers who really do composer install
.
@davedevelopment , now it's ok to merge?
Yep!
satooshi/php-coveralls
library changed minimal required PHP version to 5.5 and therefore all our builds that use smaller PHP version fail due Composer (see https://travis-ci.org/hamcrest/hamcrest-php/jobs/100685661)composer.lock
file (good practice for libraries to have it in repo)