Skip to content

Commit 4957dbb

Browse files
authored
Merge pull request #2319 from XWB/tests
Fixed PHPUnit warning
2 parents fb3b907 + 8187437 commit 4957dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
],
2222
"require": {
2323
"php": "^5.5.9 || ^7.0",
24-
"paragonie/random_compat": "^1 || ^2",
2524
"symfony/form": "^2.7 || ^3.0",
2625
"symfony/framework-bundle": "^2.7 || ^3.0",
2726
"symfony/security-bundle": "^2.7 || ^3.0",
28-
"symfony/twig-bundle": "^2.7 || ^3.0"
27+
"symfony/twig-bundle": "^2.7 || ^3.0",
28+
"paragonie/random_compat": "^1 || ^2"
2929
},
3030
"require-dev": {
3131
"doctrine/doctrine-bundle": "^1.3",

0 commit comments

Comments
 (0)