diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-16 17:36:57 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-16 19:41:39 +0100 |
commit | 24211b9e8e8061626ef0ee0490790a99af306a45 (patch) | |
tree | fba4042d93da60001c6a2584c02b696eaa3e05a1 /Http | |
parent | 7a6b4843db8551c85b73d5ca4c5158585f9de072 (diff) | |
download | symfony-security-24211b9e8e8061626ef0ee0490790a99af306a45.zip symfony-security-24211b9e8e8061626ef0ee0490790a99af306a45.tar.gz symfony-security-24211b9e8e8061626ef0ee0490790a99af306a45.tar.bz2 |
[2.6] Test lowest versions of dependencies
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 8129523..ad04f44 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.3.3", - "symfony/security-core": "~2.4", + "symfony/security-core": "~2.6", "symfony/event-dispatcher": "~2.1", "symfony/http-foundation": "~2.4", "symfony/http-kernel": "~2.4" |