summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-09-28 17:22:14 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-09-28 17:22:14 +0200
commit14ca1a79c7396ff033f094d4e8da010ecb9e5fef (patch)
tree15329ad0526d6200f2194833b55bd9c1fbcb04d5 /Core
parenta327d379c0fa22fe7e41e619ee71dd96ece41ae5 (diff)
parent99161aa1eba30b0a981a876267b0ade4791d0300 (diff)
downloadsymfony-security-14ca1a79c7396ff033f094d4e8da010ecb9e5fef.zip
symfony-security-14ca1a79c7396ff033f094d4e8da010ecb9e5fef.tar.gz
symfony-security-14ca1a79c7396ff033f094d4e8da010ecb9e5fef.tar.bz2
Merge branch '2.4' into 2.5v2.5.5
* 2.4: [Debug] fixed class lookup when using PSR-0 with a target dir fixed standalone tests fixed standalone tests [Validator] fixed component standalone tests fixed standalone component tests depending on Validator and Form fixed some composer.json to make standalone component tests pass [SecurityBundle] fixed tests when used in standalone Conflicts: src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php src/Symfony/Component/Validator/composer.json
Diffstat (limited to 'Core')
-rw-r--r--Core/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/composer.json b/Core/composer.json
index 249d4c1..09e3915 100644
--- a/Core/composer.json
+++ b/Core/composer.json
@@ -22,7 +22,7 @@
"symfony/event-dispatcher": "~2.1",
"symfony/expression-language": "~2.4",
"symfony/http-foundation": "~2.4",
- "symfony/validator": "~2.2",
+ "symfony/validator": "~2.5",
"psr/log": "~1.0",
"ircmaxell/password-compat": "1.0.*"
},