8000 Add the PHP 7 polyfill for the random_bytes function · symfony/symfony@8ab8ca0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ab8ca0

Browse files
committed
Add the PHP 7 polyfill for the random_bytes function
1 parent 44b3f63 commit 8ab8ca0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"php": ">=5.3.9",
2020
"symfony/security": "~2.8|~3.0.0",
2121
"symfony/security-acl": "~2.7|~3.0.0",
22-
"symfony/http-kernel": "~2.2|~3.0.0"
22+
"symfony/http-kernel": "~2.2|~3.0.0",
23+
"symfony/polyfill-php70": "~1.0"
2324
},
2425
"require-dev": {
2526
"symfony/browser-kit": "~2.4|~3.0.0",

src/Symfony/Component/Security/Core/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"php": ">=5.3.9",
2020
"symfony/polyfill-php55": "~1.0",
2121
"symfony/polyfill-php56": "~1.0",
22+
"symfony/polyfill-php70": "~1.0",
2223
"symfony/polyfill-util": "~1.0"
2324
},
2425
"require-dev": {

src/Symfony/Component/Security/Csrf/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.9",
2020
"symfony/polyfill-php56": "~1.0",
21+
"symfony/polyfill-php70": "~1.0",
2122
"symfony/security-core": "~2.4|~3.0.0"
2223
},
2324
"require-dev": {

0 commit comments

Comments
 (0)
0