From ecbb9309fa4ee2c0febe8d861d0acdde6de972b6 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sun, 12 Nov 2023 16:23:32 +0100 Subject: [PATCH] feat: drop support for symfony 4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87fc3363..9ff8e2e6 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "symfony/monolog-bridge": "^5.4 || ^6.3", "symfony/monolog-bundle": "^3.2", "symfony/phpunit-bridge": "^5.4 || ^6.3", - "theofidry/alice-data-fixtures": "^1.0.1" + "theofidry/alice-data-fixtures": "^1.5.2" }, "conflict": { "doctrine/annotations": "<1.2.7 || >=3.0",