# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore

composer.phar
/vendor/

# php-cs-fixer cache
.php_cs.cache
.php-cs-fixer.cache

# PHPUnit cache
.phpunit.result.cache
