summaryrefslogtreecommitdiffstats
path: root/Csrf
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf')
-rw-r--r--Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php1
-rw-r--r--Csrf/composer.json4
2 files changed, 3 insertions, 2 deletions
diff --git a/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php b/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php
index 7ae2779..0039deb 100644
--- a/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php
+++ b/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php
@@ -17,6 +17,7 @@ use Symfony\Component\Security\Csrf\TokenStorage\NativeSessionTokenStorage;
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @runTestsInSeparateProcesses
+ * @preserveGlobalState disabled
*/
class NativeSessionTokenStorageTest extends \PHPUnit_Framework_TestCase
{
diff --git a/Csrf/composer.json b/Csrf/composer.json
index 16099a6..e2cada0 100644
--- a/Csrf/composer.json
+++ b/Csrf/composer.json
@@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.3.3",
- "symfony/security-core": "~2.4"
+ "symfony/security-core": "~2.4|~3.0.0"
},
"require-dev": {
- "symfony/http-foundation": "~2.1"
+ "symfony/http-foundation": "~2.1|~3.0.0"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."