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 /Http | |
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 'Http')
-rw-r--r-- | Http/composer.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Http/composer.json b/Http/composer.json index 58f443d..b75e1d6 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -17,14 +17,14 @@ ], "require": { "php": ">=5.3.3", - "symfony/security-core": "~2.6", - "symfony/event-dispatcher": "~2.1", - "symfony/http-foundation": "~2.4", - "symfony/http-kernel": "~2.4" + "symfony/security-core": "~2.6|~3.0.0", + "symfony/event-dispatcher": "~2.1|~3.0.0", + "symfony/http-foundation": "~2.4|~3.0.0", + "symfony/http-kernel": "~2.4|~3.0.0" }, "require-dev": { - "symfony/routing": "~2.2", - "symfony/security-csrf": "~2.4", + "symfony/routing": "~2.2|~3.0.0", + "symfony/security-csrf": "~2.4|~3.0.0", "psr/log": "~1.0" }, "suggest": { |