-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 918 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "madwizard/webauthn-bundle",
"description": "Web Authentication Relying Party Symfony bundle",
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"MadWizard\\WebAuthnBundle\\": ""
}
},
"require": {
"php": "^7.1.3",
"symfony/framework-bundle": "^3.4|^4.2",
"symfony/dependency-injection": "^3.4|^4.2",
"madwizard/webauthn": "^0.0.2",
"symfony/config": "^3.4|^4.2",
"twig/twig": "^2.5"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"symfony/phpunit-bridge": ">=4.2",
"symfony/yaml": "^3.4|^4.2"
},
"archive": {
"exclude": [
"/Tests",
"/phpunit.xml.dist"
]
},
"license": "MIT",
"authors": [
{
"name": "Thomas Bleeker",
"email": "support@madwizard.org"
}
]
}