Moved from GitHub to LU GIT
Version 1.0.3
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "aaxc/lu-ldap-authorization", | |||
"version": "1.0.2", | |||
"description": "LDAP Authorization Library for University of Latvia", | |||
"type": "library", | |||
"authors": [ | |||
{ | |||
"name": "Dainis Abols", | |||
"email": "dainis@dainisabols.lv" | |||
} | |||
], | |||
"license": "GPL-3.0-or-later", | |||
"require": { | |||
"php": ">=7.2.0", | |||
"ext-ldap": "*" | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "^7" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Aaxc\\LDAPAtuhorization\\": "src/" | |||
} | |||
}, | |||
"config": { | |||
"bin-dir": "bin" | |||
} | |||
} | |||
\ No newline at end of file |
src/LDAP.php
0 → 100644
src/LDAPUser.php
0 → 100644
Please register or sign in to comment