summaryrefslogtreecommitdiffstats
path: root/Core
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 /Core
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 'Core')
-rw-r--r--Core/composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/Core/composer.json b/Core/composer.json
index a9825c0..2b407dc 100644
--- a/Core/composer.json
+++ b/Core/composer.json
@@ -36,9 +36,8 @@
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
},
"autoload": {
- "psr-0": { "Symfony\\Component\\Security\\Core\\": "" }
+ "psr-4": { "Symfony\\Component\\Security\\Core\\": "" }
},
- "target-dir": "Symfony/Component/Security/Core",
"minimum-stability": "dev",
"extra": {
"branch-alias": {