diff options
author | Tobias Schultze <webmaster@tubo-world.de> | 2015-10-30 17:48:58 +0100 |
---|---|---|
committer | Tobias Schultze <webmaster@tubo-world.de> | 2015-10-30 17:48:58 +0100 |
commit | 40a25d2e48d36694d5473406f6e1c708cf8fc6a0 (patch) | |
tree | 6b3961a19370cd75920f96b0c71611ce529c0734 /Guard | |
parent | c32d7d62c462831229f1e8a4002bfd4841be17d4 (diff) | |
parent | a3133bb7defde9956068ff3e743b0e28db48e277 (diff) | |
download | symfony-security-40a25d2e48d36694d5473406f6e1c708cf8fc6a0.zip symfony-security-40a25d2e48d36694d5473406f6e1c708cf8fc6a0.tar.gz symfony-security-40a25d2e48d36694d5473406f6e1c708cf8fc6a0.tar.bz2 |
feature #16381 remove polyfills for unsupported php versions (Tobion)
This PR was merged into the 3.0-dev branch.
Discussion
----------
remove polyfills for unsupported php versions
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | -
| License | MIT
| Doc PR | -
Remove obsolete polyfills in master as introduced in #16317
Commits
-------
78512cc 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" }, |