|
1 | 1 | { |
2 | | - "name": "runelaenen/shopware6-two-factor-auth", |
3 | | - "description": "Two Factor Authentication plugin", |
4 | | - "type": "shopware-platform-plugin", |
5 | | - "license": "MIT", |
6 | | - "version": "7.0.0", |
7 | | - "autoload": { |
8 | | - "psr-4": { |
9 | | - "RuneLaenen\\TwoFactorAuth\\": "src/" |
10 | | - } |
| 2 | + "name": "runelaenen/shopware6-two-factor-auth", |
| 3 | + "description": "Two Factor Authentication plugin", |
| 4 | + "type": "shopware-platform-plugin", |
| 5 | + "license": "MIT", |
| 6 | + "version": "7.0.0", |
| 7 | + "autoload": { |
| 8 | + "psr-4": { |
| 9 | + "RuneLaenen\\TwoFactorAuth\\": "src/" |
| 10 | + } |
| 11 | + }, |
| 12 | + "extra": { |
| 13 | + "shopware-plugin-class": "RuneLaenen\\TwoFactorAuth\\RuneLaenenTwoFactorAuth", |
| 14 | + "plugin-icon": "src/Resources/config/plugin.png", |
| 15 | + "label": { |
| 16 | + "de-DE": "Two Factor Authentication plugin", |
| 17 | + "en-GB": "Two Factor Authentication plugin" |
11 | 18 | }, |
12 | | - "extra": { |
13 | | - "shopware-plugin-class": "RuneLaenen\\TwoFactorAuth\\RuneLaenenTwoFactorAuth", |
14 | | - "plugin-icon": "src/Resources/config/plugin.png", |
15 | | - "label": { |
16 | | - "de-DE": "Two Factor Authentication plugin", |
17 | | - "en-GB": "Two Factor Authentication plugin" |
18 | | - }, |
19 | | - "description": { |
20 | | - "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.", |
21 | | - "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." |
22 | | - }, |
23 | | - "manufacturerLink": { |
24 | | - "de-DE": "https://kraftware.be/", |
25 | | - "en-GB": "https://kraftware.be/" |
26 | | - }, |
27 | | - "supportLink": { |
28 | | - "de-DE": "https://github.com/runelaenen/shopware6-two-factor-auth/issues", |
29 | | - "en-GB": "https://github.com/runelaenen/shopware6-two-factor-auth/issues" |
30 | | - } |
| 19 | + "description": { |
| 20 | + "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.", |
| 21 | + "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." |
31 | 22 | }, |
32 | | - "require": { |
33 | | - "shopware/core": "~6.7.0", |
34 | | - "pragmarx/google2fa": "^8.0", |
35 | | - "bacon/bacon-qr-code": "^3.0" |
| 23 | + "manufacturerLink": { |
| 24 | + "de-DE": "https://kraftware.be/", |
| 25 | + "en-GB": "https://kraftware.be/" |
36 | 26 | }, |
37 | | - "require-dev": { |
38 | | - "phpro/grumphp-shim": "^1.3", |
39 | | - "shopware/platform": "*", |
40 | | - "symplify/easy-coding-standard": "^9.4", |
41 | | - "kubawerlos/php-cs-fixer-custom-fixers": "^3.1" |
| 27 | + "supportLink": { |
| 28 | + "de-DE": "https://github.com/runelaenen/shopware6-two-factor-auth/issues", |
| 29 | + "en-GB": "https://github.com/runelaenen/shopware6-two-factor-auth/issues" |
| 30 | + } |
| 31 | + }, |
| 32 | + "require": { |
| 33 | + "shopware/core": "~6.7.0", |
| 34 | + "pragmarx/google2fa": "^8.0", |
| 35 | + "bacon/bacon-qr-code": "^3.0" |
| 36 | + }, |
| 37 | + "require-dev": { |
| 38 | + "phpro/grumphp-shim": "^1.3", |
| 39 | + "shopware/platform": "*", |
| 40 | + "symplify/easy-coding-standard": "^9.4", |
| 41 | + "kubawerlos/php-cs-fixer-custom-fixers": "^3.1" |
| 42 | + }, |
| 43 | + "authors": [ |
| 44 | + { |
| 45 | + "name": "Kraftware", |
| 46 | + "email": "hello@kraftware.be", |
| 47 | + "homepage": "https://www.kraftware.be" |
42 | 48 | } |
| 49 | + ] |
43 | 50 | } |
0 commit comments