Skip to content

Commit

Permalink
minor #18695 [DependencyInjection] Suggest ExpressionLanguage in comp…
Browse files Browse the repository at this point in the history
…oser.json (chalasr)

This PR was merged into the 2.7 branch.

Discussion
----------

[DependencyInjection] Suggest ExpressionLanguage in composer.json

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

As the DependencyInjection component has lots of classes containing uses of the ExpressionLanguage component, I propose to add it to the composer.json suggests.

Commits
-------

d6c9073 [DependencyInjection] Suggest ExpressionLanguage in composer.json
  • Loading branch information
fabpot committed May 9, 2016
2 parents a53aba3 + d6c9073 commit 17e2911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/DependencyInjection/composer.json
Expand Up @@ -29,6 +29,7 @@
"suggest": {
"symfony/yaml": "",
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
},
"autoload": {
Expand Down

0 comments on commit 17e2911

Please sign in to comment.