18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"config": {
|
|
"vendor-dir": "lib/3rdParty/composer"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "pear",
|
|
"url": "https://pear.horde.org"
|
|
}
|
|
],
|
|
"require" : {
|
|
"web-auth/webauthn-lib" : "2.1.7",
|
|
"symfony/http-foundation" : "5.0.7",
|
|
"symfony/psr-http-message-bridge" : "1.3.0",
|
|
"pear-pear.horde.org/Horde_Imap_Client" : "2.30.1",
|
|
"phpmailer/phpmailer": "~6.1"
|
|
}
|
|
} |