mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-31 05:32:38 +02:00
25 lines
532 B
JSON
25 lines
532 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/" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
}
|
|
}
|