Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 13, 2012
1 parent af48be4 commit ef40b1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -15,7 +15,11 @@
}
],
"require": {
"symfony/framework-bundle": "2.1.*"
"symfony/framework-bundle": "2.1.*",
"symfony/twig-bundle": "2.1.*",
"symfony/form": "2.1.*",
"symfony/validator": "2.1.*",
"symfony/yaml": "2.1.*"
},
"autoload": {
"psr-0": { "Nelmio\\ApiDocBundle": "" }
Expand Down

0 comments on commit ef40b1c

Please sign in to comment.