Closed peter279k closed 4 years ago
*.cache
php-7.3
php-7.4
composer install
composer.lock
tests/Unit/
autoload-dev
satooshi/php-coveralls
php-coveralls/php-coveralls
Thanks!
Changed log
*.cache
file to ignore on Git version control.php-7.3
andphp-7.4
version tests on Travis CI build.composer install
on Travis CI build because thecomposer.lock
is not under Git version control.tests/Unit/
folder to load test classes automatically and it defined onautoload-dev
block.satooshi/php-coveralls
package is deprecated and usingphp-coveralls/php-coveralls
package instead.