[TASK] Add composer.lock to gitignore to prevent CI tests lock for testing multiple versions

This commit is contained in:
Florian Weiss 2023-07-06 14:00:00 +02:00
parent 76a1f5fcb7
commit 3e2f86f1a2

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/.idea/
/vendor/
.phpunit.result.cache
composer.lock