updated required versions when depending on the Templating component

This commit is contained in:
Fabien Potencier 2013-02-08 14:22:44 +01:00
parent 108a8c0117
commit da068171bb
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"symfony/form": "2.2.*",
"symfony/http-kernel": "2.2.*",
"symfony/routing": "2.2.*",
"symfony/templating": "2.2.*",
"symfony/templating": "~2.1",
"symfony/translation": "2.2.*",
"symfony/yaml": "~2.0",
"symfony/security": "2.2.*"

View File

@ -24,7 +24,7 @@
"symfony/filesystem": ">=2.1,<2.3-dev",
"symfony/routing": "2.2.*",
"symfony/stopwatch": ">=2.2,<2.3-dev",
"symfony/templating": "2.2.*",
"symfony/templating": "~2.1",
"symfony/translation": "2.2.*",
"doctrine/common": "~2.2"
},