
# Created by https://www.gitignore.io/api/composer

### Composer ###
composer.phar
composer.lock
/vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

# End of https://www.gitignore.io/api/composer

build/*
.phpunit.result.cache
.idea/
.php_cs.cache
.php-cs-fixer.cache
