Skip to content

Commit

Permalink
remove composer.lock file (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Jul 19, 2024
1 parent ca4f786 commit 7036cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/vendor/
/vendor/
composer.lock
.phpunit.result.cache
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the dependency in your [composer](https://getcomposer.org/) configuration:
```json
{
"require": {
"ltb-project/ltb-common": "v0.2"
"ltb-project/ltb-common": "v0.2.1"
}
}
```
Expand Down

0 comments on commit 7036cc2

Please sign in to comment.