diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-11-19 22:23:28 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-30 11:17:11 +0100 |
commit | cf187660de37c0dc7a4dec4475845c314e8fb91f (patch) | |
tree | 0b96064a3e236a917b67d9788f1f87e800cfaa69 /Csrf | |
parent | 9ac3602af3f9af5ca9ca3ad804712abe2d999691 (diff) | |
download | symfony-security-cf187660de37c0dc7a4dec4475845c314e8fb91f.zip symfony-security-cf187660de37c0dc7a4dec4475845c314e8fb91f.tar.gz symfony-security-cf187660de37c0dc7a4dec4475845c314e8fb91f.tar.bz2 |
[3.0] Update required PHP to 5.5.9
Diffstat (limited to 'Csrf')
-rw-r--r-- | Csrf/composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json index e2cada0..805b63e 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -16,11 +16,11 @@ } ], "require": { - "php": ">=5.3.3", - "symfony/security-core": "~2.4|~3.0.0" + "php": ">=5.5.9", + "symfony/security-core": "~2.7|~3.0" }, "require-dev": { - "symfony/http-foundation": "~2.1|~3.0.0" + "symfony/http-foundation": "~2.7|~3.0" }, "suggest": { "symfony/http-foundation": "For using the class SessionTokenStorage." |