Swapped to LU ITD
{ | ||
"name": "aaxc/lu-ldap-authorization", | ||
"version": "1.0.2", | ||
"name": "luitd/lu-ldap-authorization", | ||
"version": "1.1.0", | ||
"description": "LDAP Authorization Library for University of Latvia", | ||
"type": "library", | ||
"authors": [ | ||
... | ... | @@ -11,15 +11,14 @@ |
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"php": ">=7.2.0", | ||
"ext-ldap": "*" | ||
"php": ">=7.2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^7" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Aaxc\\LDAPAtuhorization\\": "src/" | ||
"Lu\\LDAPAtuhorization\\": "src/" | ||
} | ||
}, | ||
"config": { | ||
... | ... |
Please register or sign in to comment