Skip to content

Commit

Permalink
Updated form dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
csarrazi committed May 16, 2014
1 parent be3c0dc commit e4fa5d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Symfony/Component/Form/composer.json
Expand Up @@ -25,7 +25,9 @@
"require-dev": {
"symfony/validator": "~2.2",
"symfony/http-foundation": "~2.2",
"symfony/security-csrf": "~2.4"
"symfony/http-kernel": "~2.4",
"symfony/security-csrf": "~2.4",
"doctrine/collections": "~1.0"
},
"suggest": {
"symfony/validator": "For form validation.",
Expand Down

0 comments on commit e4fa5d8

Please sign in to comment.