By committing composer.lock, we make sure that dependencies are locked to a given version. This ensures that builds are reproducible and deterministic. Also, fixes some phpstan issues, that appeared with the latest version of PHPStan.
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
/.idea
|
|
*.iml
|
|
|
|
/tests/resources/generated
|
|
/tests/coverage
|
|
/vendor
|
|
/.php-cs-fixer.cache
|
|
/.phpunit.result.cache
|