diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-09-28 18:15:31 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-09-28 18:15:31 +0200 |
commit | 13d75567bf16e646536e9683097b6faa08dc728e (patch) | |
tree | 3128cceadeb3406d7157411ad50668a80a0f764b | |
parent | b99bd9113b4c3d820014fcbf56bca2bed799b4da (diff) | |
download | symfony-security-13d75567bf16e646536e9683097b6faa08dc728e.zip symfony-security-13d75567bf16e646536e9683097b6faa08dc728e.tar.gz symfony-security-13d75567bf16e646536e9683097b6faa08dc728e.tar.bz2 |
fixed deps
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a977158..f72b7ce 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "symfony/routing": "~2.2", - "symfony/validator": "~2.2,<2.5.0", + "symfony/validator": "~2.5", "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0", |