[composer] add missing deps for FrameworkBundle

This commit is contained in:
Igor Wiedler 2011-09-27 20:03:59 +02:00
parent 9c8f100c11
commit 731b28bb92

View File

@ -17,6 +17,16 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2",
"symfony/event-dispatcher": ">=2.0",
"symfony/http-kernel": ">=2.0",
"symfony/routing": ">=2.0",
"symfony/templating": ">=2.0",
"symfony/translator": ">=2.0"
},
"recommend": {
"symfony/console": ">=2.0",
"symfony/form": ">=2.0",
"symfony/validator": ">=2.0"
}
}