8000 added missing requirement · symfony/symfony@f898fa7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f898fa7

Browse files
committed
added missing requirement
1 parent dea8f08 commit f898fa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.9"
19+
"php": ">=5.3.9",
20+
"paragonie/random_compat": "~1.0"
2021
},
2122
"require-dev": {
2223
"symfony/event-dispatcher": "~2.1",

0 commit comments

Comments
 (0)
0