From 6f3e98a62dcd4eaece1c972afcc7ad470bd89c5d Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 26 Feb 2013 12:02:22 +0000 Subject: [PATCH] Added Faker to composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8af8380..1c77724 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,8 @@ "guzzle/guzzle": "*" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "*", + "fzaninotto/faker": "*" }, "repositories": [ {