diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..7023ed52 --- /dev/null +++ b/composer.json @@ -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/" } + } +}