Skip to content

Commit a22b7e4

Browse files
committed
fix compatibility between WebProfilerBundle and the Workflow component
1 parent 267c520 commit a22b7e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)