diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-09-28 18:08:29 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-09-28 18:08:29 +0200 |
commit | b99bd9113b4c3d820014fcbf56bca2bed799b4da (patch) | |
tree | 135910655dda2d34c57d4e127d5bf5bcf0e87252 | |
parent | beb901f75e8016b254fb64ebf477e92a7b001122 (diff) | |
parent | 14ca1a79c7396ff033f094d4e8da010ecb9e5fef (diff) | |
download | symfony-security-b99bd9113b4c3d820014fcbf56bca2bed799b4da.zip symfony-security-b99bd9113b4c3d820014fcbf56bca2bed799b4da.tar.gz symfony-security-b99bd9113b4c3d820014fcbf56bca2bed799b4da.tar.bz2 |
Merge branch '2.5'
* 2.5:
fixed deps
[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
-rw-r--r-- | Core/composer.json | 2 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Core/composer.json b/Core/composer.json index 54a76dc..ca270ad 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.*" }, diff --git a/composer.json b/composer.json index 6d60781..a977158 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "symfony/routing": "~2.2", - "symfony/validator": "~2.2", + "symfony/validator": "~2.2,<2.5.0", "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0", |