Skip to content

Commit 99cd6fd

Browse files
committed
minor #18695 [DependencyInjection] Suggest ExpressionLanguage in composer.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
2 parents 90d057c + 0b460ec commit 99cd6fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"suggest": {
3030
"symfony/yaml": "",
3131
"symfony/config": "",
32+
"symfony/expression-language": "For using expressions in service container configuration",
3233
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
3334
},
3435
"autoload": {

0 commit comments

Comments
 (0)