Skip to content

Commit d36c3c2

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Improve composer.json descriptions
2 parents 522d414 + 3de90bd commit d36c3c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Workflow Component
22
===================
33

4+
The Workflow component provides tools for managing a workflow or finite state
5+
machine.
6+
47
Resources
58
---------
69

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/workflow",
33
"type": "library",
4-
"description": "Symfony Workflow Component",
4+
"description": "Provides tools for managing a workflow or finite state machine",
55
"keywords": ["workflow", "petrinet", "place", "transition", "statemachine", "state"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)