Skip to content

Commit

Permalink
Update to v3.0.5 of Steve Bauman forked version of adLDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Gros committed Jul 3, 2015
1 parent 36cd78e commit d70bc5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edvlerblog/yii2-adldap-module",
"description": "yii2 adldap extention (wrapper for adldap/adLDAP Module)",
"name": "etixlabs/yii2-adldap-module",
"description": "yii2 adldap extention (wrapper for stevebauman/adLDAP-fork Module)",
"type": "yii2-extension",
"keywords": ["active directory","ldap","yii2", "adldap", "ad"],
"homepage": "http://www.edvler-blog.de",
Expand All @@ -15,7 +15,7 @@
}
],
"require": {
"adldap/adldap": "v4.0-stable"
"stevebauman/adldap-fork": "v4.0.5"
},
"autoload": {
"psr-4" : {
Expand Down
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# yii2-adldap-module

[Yii2](http://www.yiiframework.com) extension for adLDAP (https://packagist.org/packages/adldap/adldap)
[Yii2](http://www.yiiframework.com) extension for adLDAP (https://packagist.org/packages/stevebauman/adldap-fork)

> **Note**: This is a fork of the main repository: [Main yii2-adldap-module](https://github.com/edvler/yii2-adldap-module).
> It uses a different adLDAP repository, as the initial one is inactive.
Originally written by Matthias Maderer (edvler@edvler-blog.de)

## Installation

Expand All @@ -12,11 +16,11 @@ The preferred way to install this extension is through [Composer](http://getcomp

Either run

php composer.phar require edvlerblog/yii2-adldap-module "v1.0.0"
php composer.phar require etixlabs/yii2-adldap-module "v1.0.1"

or add

"edvlerblog/yii2-adldap-module": "v1.0.0"
"etixlabs/yii2-adldap-module": "v1.0.1"

to the require section of your composer.json

Expand Down

0 comments on commit d70bc5f

Please sign in to comment.