Minor tweaks - lowering the required security-http requirement and nulling out a test field

This commit is contained in:
Ryan Weaver 2015-09-26 10:16:59 -04:00
parent 1d5557f37f
commit da4758a2af
2 changed files with 2 additions and 1 deletions

View File

@ -218,5 +218,6 @@ class GuardAuthenticationListenerTest extends \PHPUnit_Framework_TestCase
$this->event = null;
$this->logger = null;
$this->request = null;
$this->rememberMeServices = null;
}
}

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.9",
"symfony/security-core": "~2.8|~3.0.0",
"symfony/security-http": "~2.8|~3.0.0"
"symfony/security-http": "~2.7|~3.0.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.8|~3.0.0",