Skip to content

Commit 47d3e25

Browse files
committed
minor #11340 [2.3] Add missing development dependencies (romainneutron)
This PR was squashed before being merged into the 2.3 branch (closes #11340). Discussion ---------- [2.3] Add missing development dependencies | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT I've also added a run of the test suite in every component scope. Commits ------- 3b02af9 [2.3] Add missing development dependencies
2 parents 6d040c6 + 6ca0181 commit 47d3e25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@
2121
"symfony/http-kernel": "~2.2"
2222
},
2323
"require-dev": {
24+
"symfony/browser-kit": "~2.3",
25+
"symfony/form": "~2.3",
2426
"symfony/framework-bundle": "~2.2",
2527
"symfony/twig-bundle": "~2.2",
2628
"symfony/form": "~2.1",
29+
"symfony/process": "~2.0",
2730
"symfony/validator": "~2.2",
2831
"symfony/yaml": "~2.0"
2932
},

0 commit comments

Comments
 (0)