forked from shopware/SwagMigrationMagento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "swag/migration-magento",
"description": "Magento 1 Profiles for Shopware Migration Assistant",
"version": "1.2.1",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "shopware AG"
}
],
"require": {
"shopware/core": "~6.1.0",
"swag/migration-assistant": "~1.0"
},
"extra": {
"shopware-plugin-class": "Swag\\MigrationMagento\\SwagMigrationMagento",
"copyright": "(c) by shopware AG",
"label": {
"de-DE": "Magento 1 Profil für den Migrationsassistenten",
"en-GB": "Magento 1 profile for the Migration Assistant"
}
},
"autoload": {
"psr-4": {
"Swag\\MigrationMagento\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Swag\\MigrationMagento\\Test\\": "tests/"
}
}
}