Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Utilities for implementing optimistic locking in Laravel Eloquent models.
Install the package via composer:

```bash
composer require stafe/optimistic-locking
composer require andreaskviby/optimistic-locking
```

Publish the configuration file to customise the column name or initial value:
Expand Down Expand Up @@ -93,6 +93,12 @@ See [CHANGELOG](CHANGELOG.md) for a record of changes.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

We are actively looking for issues, pull requests and contributors.

## Developer

The project is developed by [Andreas Kviby](https://github.com/andreaskviby).

## Security

If you discover a security vulnerability, please contact the maintainer at developer@example.com.
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"name": "Package Developer",
"email": "developer@example.com",
"role": "Developer"
},
{
"name": "Andreas Kviby",
"homepage": "https://github.com/andreaskviby",
"role": "Developer"
}
],
"require": {
Expand Down
Loading