Added Faker to composer.json

1.0
Alex Bilbie 2013-02-26 12:02:22 +00:00
parent e403a7d28f
commit 6f3e98a62d
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"guzzle/guzzle": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "*",
"fzaninotto/faker": "*"
},
"repositories": [
{