-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
43 lines (43 loc) · 1.66 KB
/
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
37
38
39
40
41
42
43
{
"name": "runelaenen/shopware6-two-factor-auth",
"description": "Two Factor Authentication plugin",
"type": "shopware-platform-plugin",
"license": "MIT",
"version": "6.0.1",
"autoload": {
"psr-4": {
"RuneLaenen\\TwoFactorAuth\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "RuneLaenen\\TwoFactorAuth\\RuneLaenenTwoFactorAuth",
"plugin-icon": "src/Resources/config/plugin.png",
"label": {
"de-DE": "Two Factor Authentication plugin",
"en-GB": "Two Factor Authentication plugin"
},
"description": {
"de-DE": "Add extra security to your Shopware 6 shop by enabling Two Factor Authentication. Adds an extra prompt to admin- or customer-accounts in your Shopware 6 website.",
"en-GB": "Add extra security to your Shopware 6 shop by enabling Two Factor Authentication. Adds an extra prompt to admin- or customer-accounts in your Shopware 6 website."
},
"manufacturerLink": {
"de-DE": "https://kraftware.be/",
"en-GB": "https://kraftware.be/"
},
"supportLink": {
"de-DE": "https://github.com/runelaenen/shopware6-two-factor-auth/issues",
"en-GB": "https://github.com/runelaenen/shopware6-two-factor-auth/issues"
}
},
"require": {
"shopware/core": "~6.6",
"pragmarx/google2fa": "^8.0",
"bacon/bacon-qr-code": "^2.0"
},
"require-dev": {
"phpro/grumphp-shim": "^1.3",
"shopware/platform": "*",
"symplify/easy-coding-standard": "^9.4",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.1"
}
}