From 9fc2aa42b627dd2f6f765c75b97f6b05637dbd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1sztor=20G=C3=A1bor?= Date: Thu, 28 Jan 2016 09:24:46 +0100 Subject: [PATCH] Add faker to require-dev --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index c89c4a1cf..4e681987f 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "laravel/framework": "5.1.*" }, "require-dev": { + "fzaninotto/faker": "~1.4", "phpunit/phpunit": "~4.0", "phpunit/phpunit-selenium": ">=1.2" },