Skip to content

Commit 6e8b793

Browse files
committed
Use PSR-4
1 parent faa8d67 commit 6e8b793

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
"willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
3737
},
3838
"autoload": {
39-
"psr-0": { "FOS\\OAuthServerBundle": "" }
39+
"psr-4": { "FOS\\OAuthServerBundle\\": "" }
4040
},
41-
"target-dir": "FOS/OAuthServerBundle",
4241
"extra": {
4342
"branch-alias": {
4443
"dev-master": "1.4-dev"

0 commit comments

Comments
 (0)