Reverted symfony/validator from 2.3 to 2.2, because of failures in

dependencies.
This commit is contained in:
franck
2013-08-15 11:27:30 +02:00
parent e2083d4cbf
commit bceb65dad6
2 changed files with 197 additions and 137 deletions

View File

@@ -27,14 +27,16 @@
"symfony-cmf/routing": "1.0.0",
"symfony/form": "2.2.*",
"symfony/validator": "2.3.*",
"symfony/validator": "2.2.*",
"smarty/smarty": "v3.1.14",
"kriswallsmith/assetic": "1.2.*@dev",
"leafo/lessphp": "0.3.*@dev",
"ptachoire/cssembed": "dev-master",
"simplepie/simplepie": "dev-master"
"simplepie/simplepie": "dev-master",
"imagine/imagine": "dev-master"
},
"require-dev" : {
"phpunit/phpunit": "3.7.*",