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:
parent
cdc4e2d0e6
commit
41631dce71
19
composer.json
Normal file
19
composer.json
Normal 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/" }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user