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 d23581b

Browse filesBrowse files
committed
minor #60403 [FrameworkBundle] fix lowest allowed Workflow component version (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] fix lowest allowed Workflow component version | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- acc7563 fix lowest allowed Workflow component version
2 parents de7596a + acc7563 commit d23581b
Copy full SHA for d23581b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"symfony/validator": "<6.4",
109109
"symfony/web-profiler-bundle": "<6.4",
110110
"symfony/webhook": "<7.2",
111-
"symfony/workflow": "<7.3"
111+
"symfony/workflow": "<7.3.0-beta2"
112112
},
113113
"autoload": {
114114
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.