Namespace changes
Showing
| { | ||
| "name": "krenor/ldap-auth", | ||
| "description": "Basic readonly authentication via LDAP for Laravel 5.2", | ||
| "name": "prego/ldap-auth", | ||
| "description": "Basic readonly authentication via LDAP for Laravel 5.2 (OpenLDAP compatible)", | ||
| "keywords": [ | ||
| "laravel 5.2", "laravel", "laravel auth", "laravel authentication", | ||
| "ldap", "ldap authentication", "active directory", | ||
| ... | ... | @@ -13,6 +13,11 @@ |
| "email": "stanislav.goldmann@gmail.com", | ||
| "role": "Developer", | ||
| "homepage": "https://github.com/krenor" | ||
| }, | ||
| { | ||
| "name": "German Shvetsov", | ||
| "email": "shvetsovgv@herzen.spb.ru", | ||
| "role": "Developer" | ||
| } | ||
| ], | ||
| "require": { | ||
| ... | ... | @@ -24,7 +29,7 @@ |
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Krenor\\LdapAuth\\": "src/" | ||
| "Prego\\LdapAuth\\": "src/" | ||
| } | ||
| } | ||
| } |
Please
register
or
sign in
to comment