Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c8b58d

Browse filesBrowse 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
Copy full SHA for 8c8b58d

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/composer.json
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.