roundcubemail-plugins-kolab/composer.json-dist
2025-03-17 08:57:01 +01:00

31 lines
985 B
Text

{
"name": "kolab/plugins",
"description": "For CI of Kolab plugins",
"license": "AGPL-3.0+",
"require": {
"php": ">=7.2.0",
"caxy/php-htmldiff": "~0.1.15",
"endroid/qr-code": "~1.6.5",
"enygma/yubikey": "~3.2",
"firebase/php-jwt": "~6.4.0",
"kolab/net_ldap3": "dev-master",
"lolli42/finediff": "~1.0.3",
"pear/pear-core-minimal": "~1.10.1",
"pear/net_socket": "~1.2.1",
"pear/auth_sasl": "~1.1.0",
"pear/net_idna2": "~0.2.0",
"pear/mail_mime": "~1.10.0",
"pear/net_smtp": "~1.7.1",
"pear/net_ldap2": "~2.2.0",
"pear/net_sieve": "~1.4.0",
"pear/http_request2": "~2.5.0",
"roundcube/rtf-html-php": "~2.1",
"sabre/vobject": "~4.5.1",
"spomky-labs/otphp": "~10.0.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^9 || ^10"
}
}