Skip to content

Commit 45b0f23

Browse files
committed
remove the deprecated WorkflowDumpCommand
1 parent 0d80c1d commit 45b0f23

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

UPGRADE-8.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Form
172172
FrameworkBundle
173173
---------------
174174

175+
* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
175176
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
176177
* Make `Router` class `final`
177178
* Make `SerializerCacheWarmer` class `final`

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
8.0
55
---
66

7+
* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
78
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
89
* Enable the property info constructor extractor by default
910
* Remove deprecated `Symfony\Bundle\FrameworkBundle\Console\Application::add()` method in favor of `Symfony\Bundle\FrameworkBundle\Console\Application::addCommand()`

src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)