-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
47 lines (47 loc) · 1.46 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
44
45
46
47
{
"version": "1.13.2",
"name": "klaviyo/shopware-klaviyo",
"description": "Shopware 6 plugin for Klaviyo integration",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "Overdose",
"homepage": "https://overdose.digital/"
}
],
"autoload": {
"psr-4": {
"Klaviyo\\Integration\\": "src/"
}
},
"repositories": [
{
"type": "path",
"url": "dependencies/*",
"options": {
"symlink": false
}
}
],
"extra": {
"shopware-plugin-class": "Klaviyo\\Integration\\klavi_overd",
"plugin-icon": "src/Resources/config/plugin.png",
"label": {
"de-DE": "Klaviyo: Email Marketing & SMS",
"en-GB": "Klaviyo: Email Marketing & SMS"
},
"description": {
"de-DE": "Plugin, das Klaviyo mit Shopware verbindet und wesentliche Funktionen zur Nutzung von E-Mail-Marketingkampagnen bietet",
"en-GB": "Plugin that connects Klaviyo with Shopware and provides essential functionality to use email marketing campaigns"
}
},
"require": {
"php": "^7.4 || ^8.0",
"shopware/administration": ">=6.4.4.0, <6.5.0.0",
"shopware/core": ">=6.4.4.0, <6.5.0.0",
"shopware/storefront": ">=6.4.4.0, <6.5.0.0",
"od/sw6-job-scheduler": "1.0.7",
"ext-json": "*"
}
}