add composer.lock to repo

This commit is contained in:
2024-07-13 05:51:37 +02:00
parent c37df9f4b4
commit 4496070e86

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
/.phpunit.result.cache /.phpunit.result.cache
/.phpunit.cache /.phpunit.cache
/composer.lock
/phpunit.xml /phpunit.xml
/vendor/ /vendor/
*~ *~
.vscode/settings.json