summaryrefslogtreecommitdiffstats
path: root/Csrf
diff options
context:
space:
mode:
authorTobias Schultze <webmaster@tubo-world.de>2014-06-20 21:32:40 +0200
committerTobias Schultze <webmaster@tubo-world.de>2015-04-11 23:38:32 +0200
commit6a2e4f33d640ac68d3ce7720853084546904d039 (patch)
treef3d3d4382016c17cfb92eb1c96bbe54b39d0ca1b /Csrf
parent08b772491eb03aca9457dc0f6a5a4a8d6064e39c (diff)
downloadsymfony-security-6a2e4f33d640ac68d3ce7720853084546904d039.zip
symfony-security-6a2e4f33d640ac68d3ce7720853084546904d039.tar.gz
symfony-security-6a2e4f33d640ac68d3ce7720853084546904d039.tar.bz2
Use PSR-4 everywhere instead of PSR-0
Diffstat (limited to 'Csrf')
-rw-r--r--Csrf/composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json
index 88c39b2..8a489ca 100644
--- a/Csrf/composer.json
+++ b/Csrf/composer.json
@@ -27,9 +27,8 @@
"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": {