Skip to content

Commit

Permalink
Merge pull request #1 from LM-Commons/laminas-3.x
Browse files Browse the repository at this point in the history
Laminas 3.x
  • Loading branch information
matwright authored Oct 1, 2020
2 parents f8fbdda + ac65be2 commit d5dc14b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LmcUser
=======
[![Build Status](https://travis-ci.com/Laminas-Commons/LmcUser.svg?branch=master)](https://travis-ci.com/Laminas-Commons/LmcUser.svg?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Laminas-Commons/LmcUser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Laminas-Commons/LmcUser/badges/quality-score.png?b=master)
[![Gitter](https://badges.gitter.im/LaminasCommons/community.svg)](https://gitter.im/LaminasCommons/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.com/LM-Commons/LmcUser.svg?branch=master)](https://travis-ci.com/LM-Commons/LmcUser.svg?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/LM-Commons/LmcUser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/LM-Commons/LmcUser/badges/quality-score.png?b=master)
[![Gitter](https://badges.gitter.im/LM-Commons/community.svg)](https://gitter.im/LM-Commons/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Based on ZfcUser by Evan Coury and the ZF-Commons team

Expand Down Expand Up @@ -45,7 +45,7 @@ Installation

```json
"require": {
"laminas-commons/lmc-user": "^3.1"
"ls-commons/lmc-user": "^3.1"
}
```

Expand Down Expand Up @@ -138,7 +138,7 @@ Options

The LmcUser module has some options to allow you to quickly customize the basic
functionality. After installing LmcUser, copy
`./vendor/laminas-commons/lmc-user/config/lmcuser.global.php.dist` to
`./vendor/lm-commons/lmc-user/config/lmcuser.global.php.dist` to
`./config/autoload/lmcuser.global.php` and change the values as desired.

The following options are available:
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "laminas-commons/lmc-user",
"name": "lm-commons/lmc-user",
"description": "A generic user registration and authentication module for Laminas. Supports Laminas\\Db and Doctrine2.",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"laminas"
],
"homepage": "https://github.com/Laminas-Commons/LmcUser",
"homepage": "https://github.com/LM-Commons/LmcUser",
"authors": [
{
"name": "Evan Coury",
Expand All @@ -17,6 +17,11 @@
"name": "Kyle Spraggs",
"email": "[email protected]",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Mat Wright",
"email": "[email protected]",
"homepage": "https://matwright.dev/"
}
],

Expand Down

0 comments on commit d5dc14b

Please sign in to comment.