Skip to content

Commit

Permalink
Readme and composer.json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasKotlyar committed Sep 6, 2016
1 parent a7c2b24 commit 5eb36f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# FireGento_FastSimpleImport_Demo
Demo module for calling FireGento_FastSimpleImport via command line



Installation Instructions with Composer
---------------------------------------------

composer require firegento/fastsimpleimportdemo
bin/magento module:enable FireGento_FastSimpleImportDemo
bin/magento setup:upgrade




Installation Instructions with Composer(Master Branch)
---------------------------------------------

composer config repositories.firegento_fastsimpleimportdemo vcs https://github.com/firegento/FireGento_FastSimpleImport2_Demo
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays",
"homepage": "https://github.com/magento-hackathon/FireGento_FastSimpleImport2_Demo",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0"
"php": "~5.5.0|~5.6.0|~7.0.0",
"firegento/fastsimpleimport": "*"
},
"type": "magento2-module",
"license": "GPL-3.0",
Expand Down

0 comments on commit 5eb36f1

Please sign in to comment.