Skip to content

Commit 5eb36f1

Browse files
committed
Readme and composer.json dependency
1 parent a7c2b24 commit 5eb36f1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# FireGento_FastSimpleImport_Demo
22
Demo module for calling FireGento_FastSimpleImport via command line
33

4+
5+
46
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)
517
---------------------------------------------
618

719
composer config repositories.firegento_fastsimpleimportdemo vcs https://github.com/firegento/FireGento_FastSimpleImport2_Demo

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays",
44
"homepage": "https://github.com/magento-hackathon/FireGento_FastSimpleImport2_Demo",
55
"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": "*"
78
},
89
"type": "magento2-module",
910
"license": "GPL-3.0",

0 commit comments

Comments
 (0)