1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 09:19:50 +01:00
Faker/composer.json

27 lines
558 B
JSON
Raw Permalink Normal View History

2011-11-09 13:38:37 +01:00
{
"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"
2011-11-09 13:38:37 +01:00
}
],
"require": {
"php": ">=5.3.3"
2011-11-09 13:38:37 +01:00
},
"autoload": {
"psr-0": {
"Faker": "src/",
"Faker\\PHPUnit": "test/"
}
2012-10-27 15:28:53 +03:00
},
"extra": {
"branch-alias": {
2013-12-16 22:56:48 +01:00
"dev-master": "1.3.0-dev"
2012-11-10 12:31:37 +01:00
}
2011-11-09 13:38:37 +01:00
}
}