LDAPAccountManager/lam/composer.json

18 lines
400 B
JSON
Raw Normal View History

2019-11-21 21:03:42 +00:00
{
"config": {
"vendor-dir": "lib/3rdParty/composer"
},
2020-02-13 20:31:32 +00:00
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
2019-11-21 21:03:42 +00:00
"require" : {
2019-11-30 07:48:01 +00:00
"web-auth/webauthn-lib" : "2.1.7",
2020-04-03 15:33:33 +00:00
"symfony/http-foundation" : "5.0.7",
2020-02-13 20:31:32 +00:00
"symfony/psr-http-message-bridge" : "1.3.0",
2020-03-06 20:29:16 +00:00
"pear-pear.horde.org/Horde_Imap_Client" : "2.30.1",
"phpmailer/phpmailer": "~6.1"
2019-11-21 21:03:42 +00:00
}
}