diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-09-07 19:22:42 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-09-07 19:22:42 +0200 |
commit | cf33857bd2015ff7a2d9d444272c4a4b307b74ed (patch) | |
tree | fb60ad26f7867e4e426f47d6d0f6b8b104b26118 /Http | |
parent | 2f3ef5d42ca53644a50889c0eafb81ba316cb604 (diff) | |
download | symfony-security-cf33857bd2015ff7a2d9d444272c4a4b307b74ed.zip symfony-security-cf33857bd2015ff7a2d9d444272c4a4b307b74ed.tar.gz symfony-security-cf33857bd2015ff7a2d9d444272c4a4b307b74ed.tar.bz2 |
[Security\Http] Fix dep
Diffstat (limited to 'Http')
-rw-r--r-- | Http/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/composer.json b/Http/composer.json index 98bd8cd..43dff2e 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.3.9", - "symfony/security-core": "~2.8|~3.0.0", + "symfony/security-core": "~2.8", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/http-foundation": "~2.4|~3.0.0", "symfony/http-kernel": "~2.4|~3.0.0" |