LDAPAccountManager/lam/composer.json

10 lines
212 B
JSON
Raw Normal View History

2019-11-21 21:03:42 +00:00
{
"config": {
"vendor-dir": "lib/3rdParty/composer"
},
"require" : {
2019-11-30 07:48:01 +00:00
"web-auth/webauthn-lib" : "2.1.7",
2019-11-30 13:23:49 +00:00
"symfony/http-foundation" : "5.0.0",
"symfony/psr-http-message-bridge" : "1.3.0"
2019-11-21 21:03:42 +00:00
}
}