Skip to content

Commit 15f0be9

Browse files
committed
minor symfony#28335 FrameworkBundle 4.1 == Messenger 4.1 (sroze)
This PR was merged into the 4.1 branch. Discussion ---------- FrameworkBundle 4.1 == Messenger 4.1 | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ø | License | MIT | Doc PR | ø That's the best way to tackle the BC break we've introduced (legitimately) in the consume command in Messenger 4.2. Commits ------- aaada7b FrameworkBundle 4.1 == Messenger 4.1
2 parents d789189 + aaada7b commit 15f0be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"symfony/asset": "<3.4",
6868
"symfony/console": "<3.4",
6969
"symfony/form": "<4.1",
70+
"symfony/messenger": ">=4.2",
7071
"symfony/property-info": "<3.4",
7172
"symfony/serializer": "<4.1",
7273
"symfony/stopwatch": "<3.4",

0 commit comments

Comments
 (0)