mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-02 17:29:25 +02:00
33 lines
729 B
JSON
33 lines
729 B
JSON
{
|
|
"name": "ldap-account-manager/ldap-account-manager",
|
|
"description": "LDAP Account Manager",
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "9.5.21",
|
|
"phpstan/phpstan": "^2",
|
|
"rector/rector": "^2",
|
|
"cyclonedx/cyclonedx-php-composer": "^5.0"
|
|
},
|
|
"require": {
|
|
"ext-ldap": "*",
|
|
"ext-json": "*",
|
|
"ext-pdo": "*",
|
|
"ext-xmlreader": "*",
|
|
"ext-zip": "*",
|
|
"ext-gd": "*",
|
|
"ext-imagick": "*",
|
|
"ext-gettext": "*",
|
|
"ext-curl": "*",
|
|
"ext-openssl": "*",
|
|
"ext-xmlwriter": "*",
|
|
"ext-iconv": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"config": {
|
|
"allow-plugins": {
|
|
"cyclonedx/cyclonedx-php-composer": true
|
|
}
|
|
}
|
|
}
|