Skip to content

Commit

Permalink
Merge pull request #29 from xabbuh/workflow-component
Browse files Browse the repository at this point in the history
add the Workflow component
  • Loading branch information
xabbuh committed Apr 21, 2024
2 parents 65db98a + ea421da commit 5e93b50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"symfony/validator": "5.4.*",
"symfony/web-link": "5.4.*",
"symfony/webpack-encore-bundle": "^1.11",
"symfony/workflow": "5.4.*",
"symfony/yaml": "5.4.*",
"twig/extra-bundle": "^3.0",
"twig/twig": "^3.0"
Expand Down
2 changes: 2 additions & 0 deletions config/packages/workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
framework:
workflows: null
12 changes: 12 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,18 @@
"webpack.config.js"
]
},
"symfony/workflow": {
"version": "5.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.3",
"ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
},
"files": [
"config/packages/workflow.yaml"
]
},
"symfony/yaml": {
"version": "v5.4.0"
},
Expand Down

0 comments on commit 5e93b50

Please sign in to comment.