Skip to content

Commit

Permalink
removed obsolete tests, fixed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 14, 2016
1 parent fcd3160 commit b91441c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 205 deletions.
201 changes: 0 additions & 201 deletions src/Symfony/Component/Security/Tests/Core/Util/SecureRandomTest.php

This file was deleted.

7 changes: 3 additions & 4 deletions src/Symfony/Component/Security/composer.json
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.3.3",
"paragonie/random_compat": "~1.0",
"symfony/event-dispatcher": "~2.2",
"symfony/http-foundation": "~2.1",
"symfony/http-kernel": "~2.1",
"paragonie/random_compat": "~1.0"
"symfony/http-kernel": "~2.1"
},
"require-dev": {
"symfony/form": "~2.0,>=2.0.5",
Expand All @@ -44,8 +44,7 @@
"symfony/validator": "",
"symfony/routing": "",
"doctrine/dbal": "to use the built-in ACL implementation",
"ircmaxell/password-compat": "",
"paragonie/random_compat": ""
"ircmaxell/password-compat": ""
},
"autoload": {
"psr-0": { "Symfony\\Component\\Security\\": "" },
Expand Down

0 comments on commit b91441c

Please sign in to comment.