-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.46 KB
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 1.46 KB
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
44
{
"name": "pt1602/customer-prefill",
"description": "Plugin to prefill register form",
"version": "1.0.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Philipp Tuchardt"
}
],
"require": {
"shopware/core": "~6.7.0",
"shopware/storefront": "~6.7.0"
},
"extra": {
"shopware-plugin-class": "CustomerPrefill\\CustomerPrefill",
"label": {
"de-DE": "Registrierung vorbefüllen",
"en-GB": "Prefill Customer in Registration"
},
"description": {
"de-DE": "Plugin zum automatischen Vorbefüllen des Registrierungsformulars in Shopware 6. Ermöglicht eine schnellere und benutzerfreundlichere Kundenregistrierung.",
"en-GB": "Plugin for automatic prefilling of the registration form in Shopware 6. Enables faster and more user-friendly customer registration process with improved efficiency." },
"manufacturerLink": {
"de-DE": "https://pt1602.de/",
"en-GB": "https://pt1602.de/"
},
"supportLink": {
"de-DE": "https://github.com/pt1602/CustomerPrefill/issues/",
"en-GB": "https://github.com/pt1602/CustomerPrefill/issues/"
}
},
"autoload": {
"psr-4": {
"CustomerPrefill\\": "src/"
}
},
"config": {
"allow-plugins": {
"symfony/runtime": false
}
}
}