8000 fixed standalone tests · symfony/symfony@b6bbe8b · GitHub
[go: up one dir, main page]

Skip to content

Commit b6bbe8b

Browse files
committed
fixed standalone tests
1 parent 158939e commit b6bbe8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"symfony/security": "~2.4",
3939
"symfony/form": "~2.4,<2.5.0",
4040
"symfony/class-loader": "~2.1",
41+
"symfony/expression-language": "~2.4",
4142
"symfony/process": "~2.0",
4243
"symfony/validator": "~2.1,<2.5.0",
4344
"symfony/yaml": "~2.0"

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"symfony/config": "~2.0",
2929
"symfony/console": "~2.2",
3030
"symfony/dependency-injection": "~2.0",
31+
"symfony/expression-language": "~2.4",
3132
"symfony/finder": "~2.0",
3233
"symfony/process": "~2.0",
3334
"symfony/routing": "~2.2",

0 commit comments

Comments
 (0)
0