diff --git a/README.md b/README.md index cf3f637..519e1b6 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. diff --git a/composer.json b/composer.json index d92eaba..cb6a00e 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,11 @@ "name": "Package Developer", "email": "developer@example.com", "role": "Developer" + }, + { + "name": "Andreas Kviby", + "homepage": "https://github.com/andreaskviby", + "role": "Developer" } ], "require": {