From 4487fb09f245702b63ab4c67d91aa6eba14e1c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 16 Dec 2015 12:41:41 +0100 Subject: [PATCH] add faker to required packages --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f2d55055..747218e89 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,8 @@ "require-dev": { "symfony/dom-crawler": "2.5", "symfony/security": "~2.5", - "symfony/phpunit-bridge": "^2.7" + "symfony/phpunit-bridge": "^2.7", + "fzaninotto/faker": "~1" }, "scripts": { "post-install-cmd": [