Skip to content

Commit e13f89b

Browse files
committed
minor symfony#21182 [Workflow] Removed twig from composer.json (dev section, not used) (lyrixx)
This PR was merged into the 3.2 branch. Discussion ---------- [Workflow] Removed twig from composer.json (dev section, not used) | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#21172 | License | MIT | Doc PR | - Commits ------- 4a81af6 [Workflow] Removed twig from composer.json (dev section, not used)
2 parents 56987dd + 4a81af6 commit e13f89b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Workflow/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
},
2626
"require-dev": {
2727
"psr/log": "~1.0",
28-
"symfony/event-dispatcher": "~2.1|~3.0",
29-
"twig/twig": "~1.14"
28+
"symfony/event-dispatcher": "~2.1|~3.0"
3029
},
3130
"autoload": {
3231
"psr-4": { "Symfony\\Component\\Workflow\\": "" }

0 commit comments

Comments
 (0)