summaryrefslogtreecommitdiffstats
path: root/Csrf
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf')
-rw-r--r--Csrf/README.md2
-rw-r--r--Csrf/composer.json7
-rw-r--r--Csrf/phpunit.xml.dist1
3 files changed, 5 insertions, 5 deletions
diff --git a/Csrf/README.md b/Csrf/README.md
index 3f5b6d0..3ae550b 100644
--- a/Csrf/README.md
+++ b/Csrf/README.md
@@ -9,7 +9,7 @@ Resources
Documentation:
-https://symfony.com/doc/2.6/book/security.html
+https://symfony.com/doc/2.7/book/security.html
Tests
-----
diff --git a/Csrf/composer.json b/Csrf/composer.json
index f9c6b83..a0de39d 100644
--- a/Csrf/composer.json
+++ b/Csrf/composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": ">=5.3.3",
+ "php": ">=5.3.9",
"symfony/security-core": "~2.4"
},
"require-dev": {
@@ -27,13 +27,12 @@
"symfony/http-foundation": "For using the class SessionTokenStorage."
},
"autoload": {
- "psr-0": { "Symfony\\Component\\Security\\Csrf\\": "" }
+ "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" }
},
- "target-dir": "Symfony/Component/Security/Csrf",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "2.6-dev"
+ "dev-master": "2.7-dev"
}
}
}
diff --git a/Csrf/phpunit.xml.dist b/Csrf/phpunit.xml.dist
index f72d115..8f950a3 100644
--- a/Csrf/phpunit.xml.dist
+++ b/Csrf/phpunit.xml.dist
@@ -14,6 +14,7 @@
<php>
<ini name="error_reporting" value="-1" />
</php>
+
<testsuites>
<testsuite name="Symfony Security Component CSRF Test Suite">
<directory>./Tests/</directory>