8000 minor #29464 [DoctrineBridge] Conflict with Messenger <4.2 (ogizanagi) · raulfraile/symfony@7ad8341 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ad8341

Browse files
minor symfony#29464 [DoctrineBridge] Conflict with Messenger <4.2 (ogizanagi)
This PR was merged into the 4.2 branch. Discussion ---------- [DoctrineBridge] Conflict with Messenger <4.2 | Q | A | ------------- | --- | Branch? | 4.2 <!-- see below --> | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | symfony#29463 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- 8624cde [DoctrineBridge] Conflict with Messenger <4.2
2 parents 5949349 + 8624cde commit 7ad8341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 2 additions & 1 deletion
< 52D7 tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
},
4747
"conflict": {
4848
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
49-
"symfony/dependency-injection": "<3.4"
49+
"symfony/dependency-injection": "<3.4",
50+
"symfony/messenger": "<4.2"
5051
},
5152
"suggest": {
5253
"symfony/form": "",

0 commit comments

Comments
 (0)
0