diff --git a/composer.json b/composer.json index 0117775..f172a1f 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -15,7 +15,7 @@ } ], "require": { - "adldap/adldap": "v4.0-stable" + "stevebauman/adldap-fork": "v4.0.5" }, "autoload": { "psr-4" : { diff --git a/readme.md b/readme.md index 4164874..1e4081c 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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