Skip to content

Commit

Permalink
update composerjson & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agranjeon committed May 28, 2019
1 parent 545d7af commit 6f15422
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# Magento2-Faker

The purpose of this module is to generate **loads** of fake data to be able to test performance
The purpose of this module is to generate loads of fake data to be able to test performance
It can be used in addition to the magento sample-data, as they only provide products, but not many customers and orders

## Roadmap :

Generate data for :
* Category
* Product
* Customer
* Customer Address
* Order
* Invoice
* Shipment
* Rma
* Optimize product generation
* Retrieve available attribute set for product type and use a random one
* Fill attribute set's attributes values
* Generate configurable products
* Generate bundle products


## Warning
I strongly advise against installing this module on a production environment
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fzaninotto/faker": "^1.8"
},
"type": "magento2-module",
"version": "100.0.0",
"version": "0.1.0",
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 6f15422

Please sign in to comment.