forked from experius/Magento-2-Module-Experius-FakeMyData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 686 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 686 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": "experius/module-fakemydata",
"description": "Magento 2 Customer Data Faker. Replaces existing customer data for fake data. Used for develop and staging environments.",
"license": "proprietary",
"authors": [
{
"name": "Mage2Gen",
"email": "info@mage2gen.com"
},
{
"name": "Derrick Heesbeen",
"email": "derrick@experius.nl"
}
],
"minimum-stability": "dev",
"require": {
"fzaninotto/faker": "1.6.*"
},
"autoload": {
"psr-4": {
"Experius\\FakeMyData\\": ""
},
"files": [
"registration.php"
]
}
}