summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre du Plessis <pierre@pcservice.co.za>2015-10-28 12:23:05 +0200
committerPierre du Plessis <pierre@pcservice.co.za>2015-10-28 12:33:15 +0200
commit7c51b1c6f08ea0bfd4a44e8d0f202c6423a39587 (patch)
tree513025e2f3e3f78b29e4d7811e1bc0d967bca730
parent7e5230e1f69cac148b9f883cbdb8a0bdd40925eb (diff)
downloadsymfony-security-7c51b1c6f08ea0bfd4a44e8d0f202c6423a39587.zip
symfony-security-7c51b1c6f08ea0bfd4a44e8d0f202c6423a39587.tar.gz
symfony-security-7c51b1c6f08ea0bfd4a44e8d0f202c6423a39587.tar.bz2
Add the PHP 7 polyfill for the random_bytes function
-rw-r--r--Core/composer.json1
-rw-r--r--Csrf/composer.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/Core/composer.json b/Core/composer.json
index c75d2d5..beaae50 100644
--- a/Core/composer.json
+++ b/Core/composer.json
@@ -19,6 +19,7 @@
"php": ">=5.3.9",
"symfony/polyfill-php55": "~1.0",
"symfony/polyfill-php56": "~1.0",
+ "symfony/polyfill-php70": "~1.0",
"symfony/polyfill-util": "~1.0"
},
"require-dev": {
diff --git a/Csrf/composer.json b/Csrf/composer.json
index c8e2fae..63a5c0b 100644
--- a/Csrf/composer.json
+++ b/Csrf/composer.json
@@ -18,6 +18,7 @@
"require": {
"php": ">=5.3.9",
"symfony/polyfill-php56": "~1.0",
+ "symfony/polyfill-php70": "~1.0",
"symfony/security-core": "~2.4|~3.0.0"
},
"require-dev": {