diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-27 12:38:42 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-27 12:44:51 +0100 |
commit | a600e5d951c969875af2810d208589dec3a1969e (patch) | |
tree | 939f68c75b5b6c5d71f12cb1e1ed5fb404676384 /Core | |
parent | 745d367adbcaaa5d4a04d28311640b881546c05a (diff) | |
download | symfony-security-a600e5d951c969875af2810d208589dec3a1969e.zip symfony-security-a600e5d951c969875af2810d208589dec3a1969e.tar.gz symfony-security-a600e5d951c969875af2810d208589dec3a1969e.tar.bz2 |
[2.7] Allow 3.0 requirements
Diffstat (limited to 'Core')
-rw-r--r-- | Core/composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Core/composer.json b/Core/composer.json index 2fc50f4..56240d8 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -19,11 +19,11 @@ "php": ">=5.3.3" }, "require-dev": { - "symfony/event-dispatcher": "~2.1", - "symfony/expression-language": "~2.6", - "symfony/http-foundation": "~2.4", - "symfony/translation": "~2.0,>=2.0.5", - "symfony/validator": "~2.5,>=2.5.5", + "symfony/event-dispatcher": "~2.1|~3.0.0", + "symfony/expression-language": "~2.6|~3.0.0", + "symfony/http-foundation": "~2.4|~3.0.0", + "symfony/translation": "~2.0,>=2.0.5|~3.0.0", + "symfony/validator": "~2.5,>=2.5.5|~3.0.0", "psr/log": "~1.0", "ircmaxell/password-compat": "1.0.*" }, |