forked from shopware/SwagMigrationAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (41 loc) · 1.44 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
{
"name": "swag/migration-assistant",
"description": "Migration plugin for shopware/platform",
"version": "5.1.2",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Shopware"
}
],
"require": {
"shopware/core": "~6.5.0"
},
"extra": {
"shopware-plugin-class": "SwagMigrationAssistant\\SwagMigrationAssistant",
"plugin-icon": "Resources/config/plugin.png",
"copyright": "(c) by shopware AG",
"label": {
"de-DE": "Migrations-Assistent",
"en-GB": "Migration Assistant"
},
"description": {
"de-DE": "Der Migrations-Assistent stellt eine Verbindung von einer Datenquelle (z.B Shopware 5) zu Shopware 6 her und begleitet Dich Schritt für Schritt beim Migrationsprozess.",
"en-GB": "The Migration Assistant establishes a connection between a data source (e.g. Shopware 5) and Shopware 6 and guides you step by step through the migration process."
},
"manufacturerLink": {
"de-DE": "https://store.shopware.com/shopware-ag.html",
"en-GB": "https://store.shopware.com/en/shopware-ag.html"
},
"supportLink": {
"de-DE": "https://issues.shopware.com/",
"en-GB": "https://issues.shopware.com/"
}
},
"autoload": {
"psr-4": {
"SwagMigrationAssistant\\": ""
}
}
}