Skip to content

Commit 793d570

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent 0a3db0e commit 793d570

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
@@ -41,9 +41,8 @@
4141
"ircmaxell/password-compat": "~1.0"
4242
},
4343
"autoload": {
44-
"psr-0": { "Symfony\\Bundle\\SecurityBundle\\": "" }
44+
"psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" }
4545
},
46-
"target-dir": "Symfony/Bundle/SecurityBundle",
4746
"minimum-stability": "dev",
4847
"extra": {
4948
"branch-alias": {

0 commit comments

Comments
 (0)