Skip to content

Commit 5e93b50

Browse files
authored
Merge pull request #29 from xabbuh/workflow-component
add the Workflow component
2 parents 65db98a + ea421da commit 5e93b50

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"symfony/validator": "5.4.*",
4141
"symfony/web-link": "5.4.*",
4242
"symfony/webpack-encore-bundle": "^1.11",
43+
"symfony/workflow": "5.4.*",
4344
"symfony/yaml": "5.4.*",
4445
"twig/extra-bundle": "^3.0",
4546
"twig/twig": "^3.0"

config/packages/workflow.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
framework:
2+
workflows: null

symfony.lock

+12
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,18 @@
571571
"webpack.config.js"
572572
]
573573
},
574+
"symfony/workflow": {
575+
"version": "5.4",
576+
"recipe": {
577+
"repo": "github.com/symfony/recipes",
578+
"branch": "main",
579+
"version": "3.3",
580+
"ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
581+
},
582+
"files": [
583+
"config/packages/workflow.yaml"
584+
]
585+
},
574586
"symfony/yaml": {
575587
"version": "v5.4.0"
576588
},

0 commit comments

Comments
 (0)