From 99451fe4b76051d61922a6beb7ee9e79cc6e7893 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 22 Jun 2016 23:15:09 +0200 Subject: [PATCH] Fix bad loading fixtures Since doctrine/data-fixtures 1.2.0 fixtures seems to be badly loaded. No time for investigate but reverting back to 1.1.* is fixing issues. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 90f3fd1de..f3bd7893e 100644 --- a/composer.json +++ b/composer.json @@ -85,6 +85,7 @@ }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2", + "doctrine/data-fixtures": "~1.1.1", "sensio/generator-bundle": "^3.0", "phpunit/phpunit": "~4.4", "symfony/phpunit-bridge": "^3.0",