lam/composer.json
Roland Gruber ae720c7b5c 9.1
2025-03-11 09:22:46 +01:00

29 lines
636 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": "*"
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"license": "GPL-3.0-or-later",
"config": {
"allow-plugins": {
"cyclonedx/cyclonedx-php-composer": true
}
}
}