Add dependencies

This commit is contained in:
Jordi Boggiano 2012-04-13 14:55:01 +02:00
parent af48be4fc4
commit ef40b1c3c2

View File

@ -15,7 +15,11 @@
} }
], ],
"require": { "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": { "autoload": {
"psr-0": { "Nelmio\\ApiDocBundle": "" } "psr-0": { "Nelmio\\ApiDocBundle": "" }