8000 removed obsolete tests, fixed composer.json · symfony/symfony@b91441c · GitHub
[go: up one dir, main page]

Skip to content

Commit b91441c

Browse files
committed
removed obsolete tests, fixed composer.json
1 parent fcd3160 commit b91441c

File tree

2 files changed

+3
-205
lines changed

2 files changed

+3
-205
lines changed

src/Symfony/Component/Security/Tests/Core/Util/SecureRandomTest.php

Lines changed: 0 additions & 201 deletions
This file was deleted.

src/Symfony/Component/Security/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20+
"paragonie/random_compat": "~1.0",
2021
"symfony/event-dispatcher": "~2.2",
2122
"symfony/http-foundation": "~2.1",
22-
"symfony/http-kernel": "~2.1",
23-
"paragonie/random_compat": "~1.0"
23+
"symfony/http-kernel": "~2.1"
2424
},
2525
"require-dev": {
2626
"symfony/form": "~2.0,>=2.0.5",
@@ -44,8 +44,7 @@
4444
"symfony/validator": "",
4545
"symfony/routing": "",
4646
"doctrine/dbal": "to use the built-in ACL implementation",
47-
"ircmaxell/password-compat": "",
48-
"paragonie/random_compat": ""
47+
"ircmaxell/password-compat": ""
4948
},
5049
"autoload": {
5150
"psr-0": { "Symfony\\Component\\Security\\": "" },

0 commit comments

Comments
 (0)
0