mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
27 lines
615 B
JSON
27 lines
615 B
JSON
{
|
|
"name": "ldap-account-manager/ldap-account-manager",
|
|
"description": "LDAP Account Manager",
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "9.5.21",
|
|
"squizlabs/php_codesniffer" : "3.4.0",
|
|
"phpstan/phpstan": "^1.10",
|
|
"rector/rector": "^1",
|
|
"cyclonedx/cyclonedx-php-composer": "^5.0"
|
|
},
|
|
"require": {
|
|
"ext-ldap": "*",
|
|
"ext-json": "*",
|
|
"ext-pdo": "*",
|
|
"ext-xmlreader": "*",
|
|
"ext-zip": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"config": {
|
|
"allow-plugins": {
|
|
"cyclonedx/cyclonedx-php-composer": true
|
|
}
|
|
}
|
|
}
|