8000 minor #13119 [FrameworkBundle] fix expression-language requirement (n… · symfony/symfony@993ef6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 993ef6a

Browse files
minor #13119 [FrameworkBundle] fix expression-language requirement (nicolas-grekas)
This PR was merged into the 2.6 branch. Discussion ---------- [FrameworkBundle] fix expression-language requirement | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 23c603a [FrameworkBundle] fix expression-language requirement
2 parents 0775080 + 23c603a commit 993ef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"symfony/security": "~2.6",
4242
"symfony/form": "~2.6",
4343
"symfony/class-loader": "~2.1",
44-
"symfony/expression-language": "~2.4",
44+
"symfony/expression-language": "~2.6",
4545
"symfony/process": "~2.0,>=2.0.5",
4646
"symfony/validator": "~2.5",
4747
"symfony/yaml": "~2.0,>=2.0.5"

0 commit comments

Comments
 (0)
0