LDAPAccountManager/composer.json

10 lines
202 B
JSON
Raw Normal View History

2016-12-26 09:51:55 +00:00
{
2019-11-30 10:29:06 +00:00
"require": {
2019-11-30 10:19:53 +00:00
"web-auth/webauthn-lib" : "2.1.7",
"symfony/http-foundation" : "5.0.0"
2019-11-30 10:29:06 +00:00
},
"require-dev" : {
"phpunit/phpunit" : "5.7.27",
"squizlabs/php_codesniffer" : "3.4.0"
2016-12-26 09:51:55 +00:00
}
}