1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-26 02:02:41 +01:00
Faker/composer.json
Francois Zaninotto ab426e0253 Update PHP version requirement.
Instead of breaking BC and changing some method names to fix #23.
2012-02-10 18:33:31 +01:00

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/" }
}
}