From 404f8323d10b545f5766a44a6a625e1047c7c252 Mon Sep 17 00:00:00 2001 From: Jacob Tobiasz Date: Mon, 16 Sep 2024 08:19:15 +0200 Subject: [PATCH] Allow installing theofidry/alice-data-fixtures supporting PHP 8.1 and above --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cf35a6b0..e808e075 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "symfony/monolog-bundle": "^3.10", "symfony/panther": "^2.1", "symfony/web-profiler-bundle": "^5.4 || ^6.0", - "theofidry/alice-data-fixtures": "^1.7" + "theofidry/alice-data-fixtures": "^1.6" }, "config": { "sort-packages": true,