Commit 9bf179a
committed
minor symfony#61815 [Doctrine] Allow
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 rootdoctrine/data-fixtures v2 in the root composer.json (GromNaN)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments