From cc7277563ae2aeb9c0ec1c54a00e7ddddac5ec29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 13 Jan 2020 19:36:57 +0100 Subject: [PATCH] Use a recent enough version of the fixture library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aebe1781..129f7acd 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^7.1", - "doctrine/data-fixtures": "^1.3", + "doctrine/data-fixtures": "^1.4.1", "doctrine/doctrine-bundle": "^1.11|^2.0", "doctrine/orm": "^2.6.0", "doctrine/persistence": "^1.3",