We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ec57e commit 3a94824Copy full SHA for 3a94824
components/workflow.rst
@@ -5,9 +5,12 @@
5
The Workflow Component
6
======================
7
8
- The Workflow component provides tools for managing a workflow or, finite state
+ The Workflow component provides tools for managing a workflow or finite state
9
machine.
10
11
+.. versionadded:: 2.8
12
+ The Workflow component was introduced in Symfony 3.2.
13
+
14
Installation
15
------------
16
@@ -17,3 +20,5 @@ You can install the component in 2 different ways:
17
20
* Use the official Git repository (https://github.com/symfony/workflow).
18
21
19
22
For more information, see the code in the Git Repository.
23
24
+.. _Packagist: https://packagist.org/packages/symfony/workflow
0 commit comments