1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-19 23:09:47 +01:00

Added composer.json

This commit is contained in:
William DURAND 2011-11-09 13:38:37 +01:00
parent cdc4e2d0e6
commit 41631dce71

19
composer.json Normal file
View File

@ -0,0 +1,19 @@
{
"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.0"
},
"autoload": {
"psr-0": { "Faker": "src/" }
}
}