File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# FireGento_FastSimpleImport_Demo
2
2
Demo module for calling FireGento_FastSimpleImport via command line
3
3
4
+
5
+
4
6
Installation Instructions with Composer
7
+ ---------------------------------------------
8
+
9
+ composer require firegento/fastsimpleimportdemo
10
+ bin/magento module:enable FireGento_FastSimpleImportDemo
11
+ bin/magento setup:upgrade
12
+
13
+
14
+
15
+
16
+ Installation Instructions with Composer(Master Branch)
5
17
---------------------------------------------
6
18
7
19
composer config repositories.firegento_fastsimpleimportdemo vcs https://github.com/firegento/FireGento_FastSimpleImport2_Demo
Original file line number Diff line number Diff line change 3
3
"description" : " Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays" ,
4
4
"homepage" : " https://github.com/magento-hackathon/FireGento_FastSimpleImport2_Demo" ,
5
5
"require" : {
6
- "php" : " ~5.5.0|~5.6.0|~7.0.0"
6
+ "php" : " ~5.5.0|~5.6.0|~7.0.0" ,
7
+ "firegento/fastsimpleimport" : " *"
7
8
},
8
9
"type" : " magento2-module" ,
9
10
"license" : " GPL-3.0" ,
You can’t perform that action at this time.
0 commit comments