/composer.lock
/vendor
/build
/.php_cs.cache
/example/
/test.php
/phpspec.yml
.php-cs-fixer.cache

# Ignore file generated by MacOS
*.DS_Store

# Ignore files generated by PhpStorm
/.idea/

# Ignore PHPUnit cache.
.phpunit.result.cache
.phpunit.cache/
