Skip to content

Commit 9bf179a

Browse files
minor symfony#61815 [Doctrine] Allow doctrine/data-fixtures v2 in the root composer.json (GromNaN)
This PR was merged into the 7.3 branch. Discussion ---------- [Doctrine] Allow `doctrine/data-fixtures` v2 in the root composer.json | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT In symfony#58865, the version constraint for `doctrine/data-persistence` was updated for the root and doctrine bridge. The change in the root `composer.json` was lost in the merge of 7.1 in 7.2. - [PR merged in 5.4](symfony@1812aaf) ✅ - [5.4 merged in 6.4](symfony@70f7d05) ✅ - [6.4 merged in 7.1](symfony@39b5b8f) ✅ - [7.1 merged in 7.2](symfony@e2f2a96) ❌ This is a **minor change**, as it does not change the constraints of `symfony/doctrine-bridge`. But it's necessary to run tests with the latest package versions. Commits ------- 82b1116 [Doctrine] Allow data-fixtures v2 in Symfony root
2 parents cd8b407 + 82b1116 commit 9bf179a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"async-aws/sns": "^1.0",
134134
"cache/integration-tests": "dev-master",
135135
"doctrine/collections": "^1.8|^2.0",
136-
"doctrine/data-fixtures": "^1.1",
136+
"doctrine/data-fixtures": "^1.1|^2",
137137
"doctrine/dbal": "^3.6|^4",
138138
"doctrine/orm": "^2.15|^3",
139139
"dragonmantank/cron-expression": "^3.1",

0 commit comments

Comments
 (0)