mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-26 18:22:34 +01:00
20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"name": "fzaninotto/faker",
|
|
"type": "library",
|
|
"description": "Faker is a PHP library that generates fake data for you.",
|
|
"keywords": ["faker", "fixtures", "data"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "François Zaninotto",
|
|
"email": ""
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Faker": "src/" }
|
|
}
|
|
}
|