Skip to content

Commit

Permalink
minor #21182 [Workflow] Removed twig from composer.json (dev section,…
Browse files Browse the repository at this point in the history
… 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 | #21172
| License       | MIT
| Doc PR        | -

Commits
-------

4a81af6 [Workflow] Removed twig from composer.json (dev section, not used)
  • Loading branch information
fabpot committed Jan 6, 2017
2 parents 56987dd + 4a81af6 commit e13f89b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Symfony/Component/Workflow/composer.json
Expand Up @@ -25,8 +25,7 @@
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1|~3.0",
"twig/twig": "~1.14"
"symfony/event-dispatcher": "~2.1|~3.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Workflow\\": "" }
Expand Down

0 comments on commit e13f89b

Please sign in to comment.