Skip to content

Commit 8c8b58d

Browse files
committed
bug #60321 [WebProfilerBundle] fix compatibility between WebProfilerBundle and the Workflow component (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [WebProfilerBundle] fix compatibility between WebProfilerBundle and the Workflow component | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT related to #60193, the `buildMermaidLiveLink()` method used in the `workflow.html.twig` template requires 7.3+ of the Workflow component Commits ------- d7ab0fb fix compatibility between WebProfilerBundle and the Workflow component
2 parents e01f633 + d7ab0fb commit 8c8b58d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"symfony/form": "<6.4",
3737
"symfony/mailer": "<6.4",
3838
"symfony/messenger": "<6.4",
39-
"symfony/serializer": "<7.2"
39+
"symfony/serializer": "<7.2",
40+
"symfony/workflow": "<7.3"
4041
},
4142
"autoload": {
4243
"psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" },

0 commit comments

Comments
 (0)