diff options
author | Tobias Schultze <webmaster@tubo-world.de> | 2015-10-29 13:39:51 +0100 |
---|---|---|
committer | Tobias Schultze <webmaster@tubo-world.de> | 2015-10-29 15:17:40 +0100 |
commit | a3133bb7defde9956068ff3e743b0e28db48e277 (patch) | |
tree | eaefe77b5abc08796b345e163423327e5653e69e /Guard | |
parent | f77c39f9f724d776f97bb8187173e0815271e55b (diff) | |
download | symfony-security-a3133bb7defde9956068ff3e743b0e28db48e277.zip symfony-security-a3133bb7defde9956068ff3e743b0e28db48e277.tar.gz symfony-security-a3133bb7defde9956068ff3e743b0e28db48e277.tar.bz2 |
remove polyfills for unsupported php versions
Diffstat (limited to 'Guard')
-rw-r--r-- | Guard/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/composer.json b/Guard/composer.json index d2a09b9..68f5ac3 100644 --- a/Guard/composer.json +++ b/Guard/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3.9", + "php": ">=5.5.9", "symfony/security-core": "~2.8|~3.0", "symfony/security-http": "~2.8|~3.0" }, |