-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 872 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 872 Bytes
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
{
"name": "d2dsoft/module-data-migration",
"description": "Magento Data Migration by D2dSoft is a solution for migrating data to Magento from another platform. The extension support migrating many entity types (taxes, manufacturers, categories, products, customers, orders, reviews) with many options. The extension can work in the local environment or the online environment.",
"keywords": ["data migration","magento data migration"],
"type": "magento2-module",
"version": "1.0.5",
"license": [
"AFL-3.0"
],
"authors": [
{
"name": "D2dSoft Developer",
"email": "contact@d2d-soft.com",
"homepage": "https://d2d-soft.com",
"role": "Developer"
}
],
"require": {
"phpoffice/phpspreadsheet": "*"
},
"autoload": {
"files": ["registration.php"],
"psr-4": {
"D2DSoft\\DataMigration\\": ""
}
}
}