moved some fixed dep versions from 2.2.* to ~2.2 (refs #8613)

This commit is contained in:
Fabien Potencier 2013-08-02 15:48:04 +02:00
parent ef69619614
commit e18f3edb6a
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
"twig/twig": "~1.11"
},
"require-dev": {
"symfony/form": "2.2.*",
"symfony/form": "~2.2",
"symfony/http-kernel": "~2.2",
"symfony/routing": "~2.2",
"symfony/templating": "~2.1",

View File

@ -23,10 +23,10 @@
"psr/log": "~1.0"
},
"require-dev": {
"symfony/browser-kit": "2.2.*",
"symfony/browser-kit": "~2.2",
"symfony/class-loader": "~2.1",
"symfony/config": "~2.0",
"symfony/console": "2.2.*",
"symfony/console": "~2.2",
"symfony/dependency-injection": "~2.0",
"symfony/finder": "~2.0",
"symfony/process": "~2.0",