From 90a36fedbbd5688a83256dae005dbd245b1a2c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:15:01 +0000 Subject: [PATCH] Update doctrine/data-fixtures requirement from ^1.4 to ^2.0 Updates the requirements on [doctrine/data-fixtures](https://github.com/doctrine/data-fixtures) to permit the latest version. - [Release notes](https://github.com/doctrine/data-fixtures/releases) - [Commits](https://github.com/doctrine/data-fixtures/compare/1.4.0...2.0.0) --- updated-dependencies: - dependency-name: doctrine/data-fixtures dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5dc2367..4a94d8e 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "symfony/framework-bundle": "^5.4|^6.4|^7.0", "symfony/var-dumper": "^5.4|^6.4|^7.0", "symfony/webpack-encore-bundle": "^1.12|^2.0", - "doctrine/data-fixtures": "^1.4" + "doctrine/data-fixtures": "^2.0" }, "scripts": { "test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always",