composer.json
{
"name": "adamwathan/faktory",
"description": "An attempt at bringing the wonders of Ruby's FactoryGirl to PHP",
"authors": [
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
}
],
"license": "MIT",
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/database": "4.*",
"mockery/mockery": "0.9.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
"AdamWathan\\Faktory\\": "src/"
},
"classmap": [
"tests/FunctionalTestCase.php"
]
},
"minimum-stability": "stable"
}