-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
43 lines (43 loc) · 1.4 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": "clerkio64/clerkio64",
"description": "Clerk.io Shopware 6.4+ Plugin",
"type": "shopware-platform-plugin",
"version": "v1.2.8",
"license": "MIT",
"authors": [
{
"name": "Clerk.io"
},
{
"name": "Casper Kromann Nielsen",
"email": "ckn@clerk.io"
},
{
"name": "Alexander Bugge Stage",
"email": "abs@clerk.io"
}
],
"require": {
"shopware/core": "^6.4",
"shopware/storefront": "^6.4",
"shopware/administration": "^6.4"
},
"extra": {
"shopware-plugin-class": "CLERKIO64\\clerkio64\\clerkio64",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Clerk.io",
"label": {
"de-DE": "Clerk.io",
"en-GB": "Clerk.io"
},
"description": {
"de-DE": "Die weltweit am besten bewertete E-Commerce Personalisierungsplattform! Clerk.io ermöglicht Personalisierung und Relevanz für Tausende von Online-Shops weltweit, um den Umsatz über die Website-Suche, Produktempfehlungen, E-Mails, soziale Medien und Anzeigen automatisch zu steigern.",
"en-GB": "The worlds #1 rated e-commerce personalisation platform! Clerk.io powers personalisation and relevance for thousands of online stores worldwide to automatically grow sales across site search, product recommendations, emails, social media & ads."
}
},
"autoload": {
"psr-4": {
"CLERKIO64\\clerkio64\\": "src/"
}
}
}