diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-16 21:28:45 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-16 21:28:45 +0100 |
commit | 2059726995834fd81e780b80991efcfe7c27ef1f (patch) | |
tree | 130ef271226e652da21e4af2b00131bc5b2bfdc3 /Http | |
parent | a4210450cdb42fecab92ebaf933a3e2bf1cb699b (diff) | |
parent | 24211b9e8e8061626ef0ee0490790a99af306a45 (diff) | |
download | symfony-security-2059726995834fd81e780b80991efcfe7c27ef1f.zip symfony-security-2059726995834fd81e780b80991efcfe7c27ef1f.tar.gz symfony-security-2059726995834fd81e780b80991efcfe7c27ef1f.tar.bz2 |
Merge branch '2.6' into 2.7
* 2.6:
[2.6] Test lowest versions of dependencies
Test lowest versions of dependencies
Fix placeholder date format
Test components using their lowest possible deps
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 625353e..58f443d 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" |