Skip to content

Commit 7503517

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent 8fff682 commit 7503517

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
3737
},
3838
"autoload": {
39-
"psr-0": { "Symfony\\Component\\Security\\Core\\": "" }
39+
"psr-4": { "Symfony\\Component\\Security\\Core\\": "" }
4040
},
41-
"target-dir": "Symfony/Component/Security/Core",
4241
"minimum-stability": "dev",
4342
"extra": {
4443
"branch-alias": {

0 commit comments

Comments
 (0)