From 0e481405a55e8472ce9b08dc580d14b36be369cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:01:42 +0000 Subject: [PATCH] build(deps-dev): update doctrine/doctrine-fixtures-bundle requirement Updates the requirements on [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) to permit the latest version. - [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases) - [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.5.0...4.0.0) --- updated-dependencies: - dependency-name: doctrine/doctrine-fixtures-bundle 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 2219f93..ea0e26d 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "bnf/phpstan-psr-container": "^1.0", "composer/semver": "^3.4", "doctrine/doctrine-bundle": "^2.12", - "doctrine/doctrine-fixtures-bundle": "^3.5", + "doctrine/doctrine-fixtures-bundle": "^4.0", "doctrine/orm": "^2.14 || ^3.0", "doctrine/persistence": "^3.1", "ekino/phpstan-banned-code": "^2.1",